release 0.11023
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
index aa75d73..409ace9 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11022';
+our $VERSION  = '0.11023';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";