lib/rhodes.rb in rhodes-framework-1.0.6 vs lib/rhodes.rb in rhodes-framework-1.0.7

- old
+ new

@@ -1,9 +1,9 @@ module Rhodes unless defined? Rhodes::VERSION - VERSION = '1.0.6' + VERSION = '1.0.7' end unless defined? Rhodes::DBVERSION - DBVERSION = '1.0.6' + DBVERSION = '1.0.7' end end