Skip to content

Commit

Permalink
Tag the v1.2.1 as a bug fix for the write-sql functionnality
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Dec 23, 2015
1 parent 15417f2 commit bffd726
Showing 1 changed file with 1 addition and 1 deletion.
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.2.1';

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

0 comments on commit bffd726

Please sign in to comment.