lib/calabash-cucumber/version.rb in calabash-cucumber-0.12.0.pre5 vs lib/calabash-cucumber/version.rb in calabash-cucumber-0.12.0.pre9

- old
+ new

@@ -1,13 +1,13 @@ module Calabash module Cucumber # @!visibility public # The Calabash iOS gem version. - VERSION = '0.12.0.pre5' + VERSION = '0.12.0.pre9' # @!visibility public # The minimum required version of the calabash.framework or, for Xamarin # users, the Calabash component. - MIN_SERVER_VERSION = '0.12.0.pre1' + MIN_SERVER_VERSION = '0.12.0.pre2' end end