Bumping version to 1.59_01
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / ClassDBI.pm
index 4d26ee4..e499561 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator::Producer::ClassDBI;
 use strict;
 use warnings;
 our $DEBUG;
-our $VERSION = '1.59';
+our $VERSION = '1.59_01';
 $DEBUG = 1 unless defined $DEBUG;
 
 use SQL::Translator::Schema::Constants;