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