Skip to content

Commit

Permalink
Update the version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Sep 29, 2015
1 parent 6c527d8 commit d196ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "v1.0.x-dev"
"dev-master": "v1.1.x-dev"
}
},
"bin": [
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Migrations/MigrationsVersion.php
Expand Up @@ -21,7 +21,7 @@

class MigrationsVersion
{
private static $version = 'v1.0.0';
private static $version = 'v1.1.0';

public static function VERSION() {
$gitversion = '@git-version@';
Expand Down

0 comments on commit d196ddc

Please sign in to comment.