dev release 0.11023_02
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
index db40268..428e962 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11023_01';
+our $VERSION  = '0.11023_02';
 $VERSION =~ tr/_//d;
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";