Skip to content

Commit 1fc6e66

Browse files
authored
Merge pull request #6857 from akeneo/prepare-release_20
Prepare release 2.0.0
2 parents cdde3e8 + 5a4d548 commit 1fc6e66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG-2.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2.0.0 (2017-09-28)
2+
13
# 2.0.0-BETA1 (2017-09-28)
24

35
# 2.0.0-ALPHA1 (2017-09-25)

src/Pim/Bundle/CatalogBundle/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class Version
1313
{
1414
/** @staticvar string */
15-
const VERSION = '2.0.0-beta1';
15+
const VERSION = '2.0.0';
1616

1717
/** @staticvar string */
1818
const VERSION_CODENAME = 'Rebel Rabbit';

0 commit comments

Comments
 (0)