lib/cucumber/version.rb in kosmas58-cucumber-0.1.16.6 vs lib/cucumber/version.rb in kosmas58-cucumber-0.1.99.21

- old
+ new

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