lib/calabash-cucumber/version.rb in calabash-cucumber-0.10.0.pre2 vs lib/calabash-cucumber/version.rb in calabash-cucumber-0.10.0.pre3
- old
+ new
@@ -3,15 +3,15 @@
module Calabash
module Cucumber
# @!visibility public
# The Calabash iOS gem version.
- VERSION = '0.10.0.pre2'
+ VERSION = '0.10.0.pre3'
# @!visibility public
# The minimum required version of the calabash.framework or, for Xamarin
# users, the Calabash component.
- MIN_SERVER_VERSION = '0.10.0.pre1'
+ MIN_SERVER_VERSION = '0.10.0.pre3'
# @!visibility private
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)