Bumping version to 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Sybase.pm
index 06b06a4..582cba1 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.61';
+our $VERSION = '1.62';
 $DEBUG = 1 unless defined $DEBUG;
 
 use Data::Dumper;