lib/cucumber/version.rb in aslakhellesoy-cucumber-0.1.11 vs lib/cucumber/version.rb in aslakhellesoy-cucumber-0.1.12
- old
+ new
@@ -1,9 +1,9 @@
module Cucumber #:nodoc:
class VERSION #:nodoc:
MAJOR = 0
MINOR = 1
- TINY = 11
+ TINY = 12
STRING = [MAJOR, MINOR, TINY].join('.')
end
end