Skip to content

Commit

Permalink
Merge pull request #5766 from akeneo/tag-170-alpha1
Browse files Browse the repository at this point in the history
Prepare tag 1.7.0-alpha1 (fix version name)
  • Loading branch information
pierallard authored Feb 23, 2017
2 parents a4cd685 + 1c93e64 commit ac0b8ee
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 ac0b8ee

Please sign in to comment.