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