lib/calabash-cucumber/version.rb in calabash-cucumber-0.9.169 vs lib/calabash-cucumber/version.rb in calabash-cucumber-0.10.0.pre1
- old
+ new
@@ -1,10 +1,10 @@
require 'calabash-cucumber/utils/logging'
module Calabash
module Cucumber
- VERSION = '0.9.169'
- MIN_SERVER_VERSION = '0.9.169'
+ VERSION = '0.10.0.pre1'
+ MIN_SERVER_VERSION = '0.10.0.pre1'
def self.const_missing(const_name)
if const_name == :FRAMEWORK_VERSION
_deprecated('0.9.169', 'FRAMEWORK_VERSION has been deprecated - there is no replacement', :warn)
return nil
@@ -205,6 +205,6 @@
b = Version.new('0.9.169')
assert(a >= b)
end
end
-end
\ No newline at end of file
+end