Skip to content

Commit

Permalink
bumped version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 12, 2014
1 parent ca95dbf commit da5d60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Symfony/CS/Fixer.php
Expand Up @@ -24,7 +24,7 @@
*/
class Fixer
{
const VERSION = '1.0';
const VERSION = '1.1-DEV';

protected $fixers = array();
protected $configs = array();
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"bin": ["php-cs-fixer"],
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}

0 comments on commit da5d60b

Please sign in to comment.