lib/simple_helpers/version.rb in simple_helpers-0.0.3 vs lib/simple_helpers/version.rb in simple_helpers-0.0.4
- old
+ new
@@ -1,8 +1,8 @@
module SimpleHelpers
module Version
MAJOR = 0
MINOR = 0
- PATCH = 3
+ PATCH = 4
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end