diff --git a/bundle/Version.php b/bundle/Version.php index 395a7fd3..3b392a78 100644 --- a/bundle/Version.php +++ b/bundle/Version.php @@ -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 = ''; }