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