Bumping version to 1.60
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Storable.pm
index 44f7659..7e31e83 100644 (file)
@@ -25,7 +25,7 @@ use strict;
 use warnings;
 our ( $DEBUG, @EXPORT_OK );
 $DEBUG = 0 unless defined $DEBUG;
-our $VERSION = '1.59_01';
+our $VERSION = '1.60';
 
 use Storable;
 use Exporter;