From 6ecd6c9e34e5b7fb711bce843f3213c83f0affdd Mon Sep 17 00:00:00 2001 From: Steve Tooke Date: Sun, 7 Jul 2013 08:57:32 +0100 Subject: [PATCH] Release 1.3.3 --- lib/cucumber/platform.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cucumber/platform.rb b/lib/cucumber/platform.rb index 0d0f90f435..d839fa77d7 100644 --- a/lib/cucumber/platform.rb +++ b/lib/cucumber/platform.rb @@ -4,7 +4,7 @@ module Cucumber unless defined?(Cucumber::VERSION) - VERSION = '1.3.2' + VERSION = '1.3.3' BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber') LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib') JRUBY = defined?(JRUBY_VERSION)