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