Skip to content

Commit

Permalink
Merge branch '2018.09'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 5, 2018
2 parents ee7a687 + 2cd1fd2 commit b494b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/version.php
Expand Up @@ -15,11 +15,11 @@
class eZPublishSDK
{
const VERSION_MAJOR = 5;
const VERSION_MINOR = 90;
const VERSION_RELEASE = 0;
const VERSION_MINOR = 98;
const VERSION_RELEASE = 12;
const VERSION_STATE = 'alpha1';
const VERSION_DEVELOPMENT = true;
const VERSION_ALIAS = '2018.06';
const VERSION_ALIAS = '2018.12';
const EDITION = 'eZ Publish legacy';

/*!
Expand Down

0 comments on commit b494b89

Please sign in to comment.