Skip to content

Commit

Permalink
Master is 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 27, 2017
1 parent 9b1ec77 commit 9f2af13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bundle/Version.php
Expand Up @@ -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';
}
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.2.x-dev"
}
}
}

0 comments on commit 9f2af13

Please sign in to comment.