lib/cucumber/version.rb in aslakhellesoy-cucumber-0.3.102 vs lib/cucumber/version.rb in aslakhellesoy-cucumber-0.3.102.1

- old
+ new

@@ -1,10 +1,10 @@ module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 102 - PATCH = nil # Set to nil for official release + PATCH = 1 # Set to nil for official release STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') end end