Skip to content

Commit e6d915f

Browse files
authored
Merge pull request #6848 from akeneo/prepare-beta1
Prepare 2.0.0 beta1
2 parents 40c0f15 + 270606b commit e6d915f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.0.x
1+
# 2.0.0-BETA1 (2017-09-28)
22

33
# 2.0.0-ALPHA1 (2017-09-25)
44

src/Pim/Bundle/CatalogBundle/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
class Version
1313
{
1414
/** @staticvar string */
15-
const VERSION = '2.0.0-alpha1';
15+
const VERSION = '2.0.0-beta1';
1616

1717
/** @staticvar string */
18-
const VERSION_CODENAME = '';
18+
const VERSION_CODENAME = 'Rebel Rabbit';
1919

2020
/** @staticvar string */
2121
const EDITION = 'CE';

0 commit comments

Comments
 (0)