Skip to content

Commit

Permalink
Prepare tag 1.7.0-alpha1 (fix version name)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierallard committed Feb 23, 2017
1 parent a4cd685 commit 1c93e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pim/Bundle/CatalogBundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 1c93e64

Please sign in to comment.