diff --git a/bundle/Version.php b/bundle/Version.php index b00937ad..e4d6b7e0 100644 --- a/bundle/Version.php +++ b/bundle/Version.php @@ -4,10 +4,10 @@ abstract class Version { - const VERSION = '3.4.8'; - const VERSION_ID = 30408; + const VERSION = '3.4.9'; + const VERSION_ID = 30409; const MAJOR_VERSION = 3; const MINOR_VERSION = 4; - const RELEASE_VERSION = 8; + const RELEASE_VERSION = 9; const EXTRA_VERSION = ''; }