lib/cucumber/version.rb in kosmas58-cucumber-0.2.3.3 vs lib/cucumber/version.rb in kosmas58-cucumber-0.3.9.4
- old
+ new
@@ -1,10 +1,10 @@
module Cucumber #:nodoc:
class VERSION #:nodoc:
MAJOR = 0
- MINOR = 2
- TINY = 3
- PATCH = 3 # Set to nil for official release
+ MINOR = 3
+ TINY = 9
+ PATCH = 4 # Set to nil for official release
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
end
end