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" } } }