Release commit for 1.62
[dbsrgits/SQL-Translator.git] / script / sqlt
index e224c9f..28e6ada 100755 (executable)
@@ -153,7 +153,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 my $from;             # the original database
 my $to;               # the destination database