Skip to content

Commit a2c1cf8

Browse files
committed
[release] Released 2.0.1 version
1 parent 6300ce8 commit a2c1cf8

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.0.0'
8+
release: '2.0.1'
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.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
{

0 commit comments

Comments
 (0)