Bring version bump back - there is still work to be done (reoundtrip branch), I think...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
index e089e70..be369ce 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.004;
 
-$VERSION  = '0.10';
+$VERSION  = '0.09004';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";