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 ea5778a commit cd75f77Copy full SHA for cd75f77
src/SWP/Bundle/CoreBundle/Version/Version.php
@@ -24,7 +24,7 @@ final class Version
24
*
25
* @var string
26
*/
27
- protected $version = '0.5.0';
+ protected $version = '0.6.0';
28
29
/**
30
* Code name string.
@@ -38,7 +38,7 @@ final class Version
38
39
40
41
- protected $releaseDate = '2017-03-01';
+ protected $releaseDate = '2017-05-09';
42
43
44
* @return string
0 commit comments