Skip to content

Commit

Permalink
Bump version to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Nov 14, 2018
1 parent 10d1099 commit 4eee29a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

abstract class Version
{
const VERSION = '3.3.2';
const VERSION_ID = 30302;
const VERSION = '3.3.3';
const VERSION_ID = 30303;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 3;
const RELEASE_VERSION = 2;
const RELEASE_VERSION = 3;
const EXTRA_VERSION = '';
}

0 comments on commit 4eee29a

Please sign in to comment.