lib/cucumber/version.rb in aslakhellesoy-cucumber-0.3.103 vs lib/cucumber/version.rb in aslakhellesoy-cucumber-0.3.104

- old
+ new

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