Bumping version to 1.61
[dbsrgits/SQL-Translator.git] / script / sqlt
index 2bfccbe..e224c9f 100755 (executable)
@@ -153,7 +153,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = '1.60';
+$VERSION = '1.61';
 
 my $from;             # the original database
 my $to;               # the destination database