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 ae50a58 commit 839aa46Copy full SHA for 839aa46
src/SWP/Bundle/CoreBundle/Version/Version.php
@@ -24,7 +24,7 @@ final class Version
24
*
25
* @var string
26
*/
27
- protected $version = '1.1.0';
+ protected $version = '1.2.0';
28
29
/**
30
* Code name string.
@@ -38,7 +38,7 @@ final class Version
38
39
40
41
- protected $releaseDate = '2017-07-19';
+ protected $releaseDate = '2017-09-27';
42
43
44
* @return string
0 commit comments