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