Bumping version to 1.59_01
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Sybase.pm
index fec655a..529e62c 100644 (file)
@@ -20,7 +20,7 @@ This module will produce text output of the schema suitable for Sybase.
 use strict;
 use warnings;
 our ( $DEBUG, $WARN );
-our $VERSION = '1.59';
+our $VERSION = '1.59_01';
 $DEBUG = 1 unless defined $DEBUG;
 
 use Data::Dumper;