lib/simple_helpers/version.rb in simple_helpers-0.0.4 vs lib/simple_helpers/version.rb in simple_helpers-0.0.5

- old
+ new

@@ -1,8 +1,8 @@ module SimpleHelpers module Version MAJOR = 0 MINOR = 0 - PATCH = 4 + PATCH = 5 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end