lib/cucumber/version.rb in aslakhellesoy-cucumber-0.1.99.14 vs lib/cucumber/version.rb in aslakhellesoy-cucumber-0.1.99.15

- old
+ new

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