Skip to content

Commit 6443cc7

Browse files
committed
[release] Released 2.1.0 version
1 parent 327a96a commit 6443cc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/packages/sentry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ sentry:
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

src/SWP/Bundle/CoreBundle/Version/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)