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.
2 parents 40c0f15 + 270606b commit e6d915fCopy full SHA for e6d915f
CHANGELOG-2.0.md
@@ -1,4 +1,4 @@
1
-# 2.0.x
+# 2.0.0-BETA1 (2017-09-28)
2
3
# 2.0.0-ALPHA1 (2017-09-25)
4
src/Pim/Bundle/CatalogBundle/Version.php
@@ -12,10 +12,10 @@
12
class Version
13
{
14
/** @staticvar string */
15
- const VERSION = '2.0.0-alpha1';
+ const VERSION = '2.0.0-beta1';
16
17
18
- const VERSION_CODENAME = '';
+ const VERSION_CODENAME = 'Rebel Rabbit';
19
20
21
const EDITION = 'CE';
0 commit comments