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