diff --git a/bundle/Version.php b/bundle/Version.php index 8cc98700..9dc5c6cd 100644 --- a/bundle/Version.php +++ b/bundle/Version.php @@ -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 = ''; }