Bumping version to 1.59_01
[dbsrgits/SQL-Translator.git] / script / sqlt
index 35ad53f..1667c95 100755 (executable)
@@ -153,7 +153,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = '1.59';
+$VERSION = '1.59_01';
 
 my $from;             # the original database
 my $to;               # the destination database