Bumping version to 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI / PostgreSQL.pm
index 54949cd..9078266 100644 (file)
@@ -21,7 +21,7 @@ use Data::Dumper;
 use SQL::Translator::Schema::Constants;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 my $actions = {c => 'cascade',