Skip to content

Commit

Permalink
Merge pull request #656 from doctrine/update-version-1.7.2
Browse files Browse the repository at this point in the history
Update MigrationsVersion to 1.7.2
  • Loading branch information
jwage committed May 9, 2018
2 parents d3e8b90 + 45affa6 commit 3e7656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Migrations/MigrationsVersion.php
Expand Up @@ -4,7 +4,7 @@

class MigrationsVersion
{
private static $version = 'v1.7.0';
private static $version = 'v1.7.2';

public static function VERSION()
{
Expand Down

0 comments on commit 3e7656c

Please sign in to comment.