Released 0.11007
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
index b0f62a0..5004931 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11006';
+$VERSION  = '0.11007';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";