lib/d4-rails/version.rb in d4-rails-0.0.3 vs lib/d4-rails/version.rb in d4-rails-0.0.4

- old
+ new

@@ -1,8 +1,8 @@ module D4Rails # Returns the version of the currently loaded Contineo as a Gem::Version def self.version - Gem::Version.new "0.0.3" + Gem::Version.new "0.0.4" end module VERSION #:nodoc: MAJOR, MINOR, TINY = D4Rails.version.segments STRING = D4Rails.version.to_s