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