lib/rhodes.rb in rhodes-framework-1.0.10 vs lib/rhodes.rb in rhodes-framework-1.1.0
- old
+ new
@@ -1,9 +1,9 @@
module Rhodes
unless defined? Rhodes::VERSION
- VERSION = '1.0.10'
+ VERSION = '1.1.0'
end
unless defined? Rhodes::DBVERSION
- DBVERSION = '1.0.10'
+ DBVERSION = '1.1.0'
end
end