From 9f2af1323b4239bd993a9dbb970765c95815673c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 27 Oct 2017 10:35:49 +0200 Subject: [PATCH] Master is 3.2 --- bundle/Version.php | 8 ++++---- composer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle/Version.php b/bundle/Version.php index 2ada1c43..9aa101bc 100644 --- a/bundle/Version.php +++ b/bundle/Version.php @@ -4,10 +4,10 @@ abstract class Version { - const VERSION = '3.1.0'; - const VERSION_ID = 30100; + const VERSION = '3.2.0-DEV'; + const VERSION_ID = 30200; const MAJOR_VERSION = 3; - const MINOR_VERSION = 1; + const MINOR_VERSION = 2; const RELEASE_VERSION = 0; - const EXTRA_VERSION = ''; + const EXTRA_VERSION = 'DEV'; } diff --git a/composer.json b/composer.json index 23ebee50..f3eb0235 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-master": "3.2.x-dev" } } }