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