From 53f8d681fa5375a0760fb7f6c7f8db1ec8fb8675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Wed, 28 Mar 2018 10:41:31 +0200 Subject: [PATCH] Update version number --- bundle/Version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = ''; }