lib/rhodes.rb in rhodes-framework-1.0.4 vs lib/rhodes.rb in rhodes-framework-1.0.5

- old
+ new

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