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.0 '
8+ release : ' 2.0.1 '
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.0 ' ;
24+ private $ version = '2.0.1 ' ;
2525
2626 /**
2727 * Code name string.
@@ -35,7 +35,7 @@ final class Version implements VersionInterface
3535 *
3636 * @var string
3737 */
38- private $ releaseDate = '2019-09-25 ' ;
38+ private $ releaseDate = '2019-10-15 ' ;
3939
4040 public function getVersion (): string
4141 {
You can’t perform that action at this time.
0 commit comments