File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/SWP/Bundle/CoreBundle/Version Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 dsn : ' %env(resolve:SENTRY_DSN)%'
66 options :
77 environment : ' %kernel.environment%'
8- release : ' 2.0.3 '
8+ release : ' 2.0.4 '
99 excluded_exceptions : # exclude validation errors
1010 - Symfony\Component\HttpKernel\Exception\NotFoundHttpException
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Version implements VersionInterface
2121 *
2222 * @var string
2323 */
24- private $ version = '2.0.3 ' ;
24+ private $ version = '2.0.4 ' ;
2525
2626 /**
2727 * Code name string.
@@ -35,7 +35,7 @@ final class Version implements VersionInterface
3535 *
3636 * @var string
3737 */
38- private $ releaseDate = '2019-11-19 ' ;
38+ private $ releaseDate = '2020-01-23 ' ;
3939
4040 public function getVersion (): string
4141 {
You can’t perform that action at this time.
0 commit comments