From 1c93e645aa9eec973a0253e25841a6473f388874 Mon Sep 17 00:00:00 2001 From: pierallard Date: Thu, 23 Feb 2017 16:29:52 +0100 Subject: [PATCH] Prepare tag 1.7.0-alpha1 (fix version name) --- src/Pim/Bundle/CatalogBundle/Version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pim/Bundle/CatalogBundle/Version.php b/src/Pim/Bundle/CatalogBundle/Version.php index aa3e70b950e9..c51bb2ca8065 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 = '1.7.0-alpha1'; + const VERSION = '1.7.0-ALPHA1'; /** @staticvar string */ - const VERSION_CODENAME = '1.7.0-alpha1'; + const VERSION_CODENAME = ''; /** @staticvar string */ const EDITION = 'CE';