Bumping version to 1.61
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Object.pm
index f006ca6..ae4ff0f 100644 (file)
@@ -41,7 +41,7 @@ equality.
 use Moo 1.000003;
 
 # screw you PAUSE
-our $VERSION = '1.60';
+our $VERSION = '1.61';
 
 with qw(
   SQL::Translator::Role::Error