Bumping version to 1.60
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Utils.pm
index d487173..ed3fabc 100644 (file)
@@ -8,7 +8,7 @@ use Scalar::Util qw(blessed);
 use Try::Tiny;
 use Carp qw(carp croak);
 
-our $VERSION = '1.59_01';
+our $VERSION = '1.60';
 our $DEFAULT_COMMENT = '-- ';
 
 use base qw(Exporter);