We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6323d commit 21fd4c5Copy full SHA for 21fd4c5
src/SWP/Bundle/CoreBundle/Version/Version.php
@@ -21,7 +21,7 @@ final class Version implements VersionInterface
21
*
22
* @var string
23
*/
24
- private $version = '2.0.0-rc2';
+ private $version = '2.0.0';
25
26
/**
27
* Code name string.
@@ -35,7 +35,7 @@ final class Version implements VersionInterface
35
36
37
38
- private $releaseDate = '2019-09-04';
+ private $releaseDate = '2019-09-25';
39
40
public function getVersion(): string
41
{
0 commit comments