Skip to content

Commit

Permalink
increases version
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Nov 20, 2012
1 parent 175191d commit 2c566f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JMSSecurityExtraBundle.php
Expand Up @@ -35,7 +35,7 @@
*/
class JMSSecurityExtraBundle extends Bundle
{
const VERSION = '1.3.0-DEV';
const VERSION = '1.4.0-DEV';

public function build(ContainerBuilder $container)
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"target-dir": "JMS/SecurityExtraBundle",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
}
}

0 comments on commit 2c566f3

Please sign in to comment.