Release 0.11010
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
index af23b62..371e62a 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11009';
+$VERSION  = '0.11010';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";