Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 28, 2018
1 parent 6ba337d commit 53f8d68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundle/Version.php
Expand Up @@ -4,10 +4,10 @@

abstract class Version
{
const VERSION = '3.2.2';
const VERSION_ID = 30202;
const VERSION = '3.3.0';
const VERSION_ID = 30300;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 2;
const RELEASE_VERSION = 2;
const MINOR_VERSION = 3;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = '';
}

0 comments on commit 53f8d68

Please sign in to comment.