lib/ruby_app/version.rb in
RubyApp-0.5.99
vs lib/ruby_app/version.rb in
RubyApp-0.6.1
- old
+ new
@@ -1,4 +1,4 @@
module RubyApp
- VERSION = "0.5.99"
+ VERSION = "0.6.1"
ROOT = File.expand_path(File.dirname(__FILE__)) end