From 270606b48053371c68e6aac4675ceb0a4b3b6fca Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Thu, 28 Sep 2017 08:54:05 +0200 Subject: [PATCH] Prepare 2.0.0 beta1 --- CHANGELOG-2.0.md | 2 +- src/Pim/Bundle/CatalogBundle/Version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index 5ca3a66e18cf..b5757d993baf 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,4 +1,4 @@ -# 2.0.x +# 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 9208b8c30c38..f831e4eb7bf9 100644 --- a/src/Pim/Bundle/CatalogBundle/Version.php +++ b/src/Pim/Bundle/CatalogBundle/Version.php @@ -12,10 +12,10 @@ class Version { /** @staticvar string */ - const VERSION = '2.0.0-alpha1'; + const VERSION = '2.0.0-beta1'; /** @staticvar string */ - const VERSION_CODENAME = ''; + const VERSION_CODENAME = 'Rebel Rabbit'; /** @staticvar string */ const EDITION = 'CE';