Release 0.11014
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
index f59c763..d887c29 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11013_03';
+our $VERSION  = '0.11014';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";