Skip to content

Commit

Permalink
Tagging version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Jan 23, 2016
1 parent 05c4799 commit 2ce8d87
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 @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "v1.3.x-dev"
"dev-master": "v1.4.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.2.0';
private static $version = 'v1.3.0';

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

0 comments on commit 2ce8d87

Please sign in to comment.