Skip to content

Commit

Permalink
tagging v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Feb 23, 2016
1 parent 542eb3e commit 687318f
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 @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "v1.4.x-dev"
"dev-master": "v1.5.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.3.0';
private static $version = 'v1.4.0';

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

0 comments on commit 687318f

Please sign in to comment.