diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index b5757d993baf..95bb562da943 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,3 +1,5 @@ +# 2.0.0 (2017-09-28) + # 2.0.0-BETA1 (2017-09-28) # 2.0.0-ALPHA1 (2017-09-25) diff --git a/src/Pim/Bundle/CatalogBundle/Version.php b/src/Pim/Bundle/CatalogBundle/Version.php index f831e4eb7bf9..2e2fd3dd4c19 100644 --- a/src/Pim/Bundle/CatalogBundle/Version.php +++ b/src/Pim/Bundle/CatalogBundle/Version.php @@ -12,7 +12,7 @@ class Version { /** @staticvar string */ - const VERSION = '2.0.0-beta1'; + const VERSION = '2.0.0'; /** @staticvar string */ const VERSION_CODENAME = 'Rebel Rabbit';