We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c15c5 commit ba2fbdcCopy full SHA for ba2fbdc
lib/appium_lib/common/version.rb
@@ -1,5 +1,5 @@
1
module Appium
2
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3
- VERSION = '9.1.2'.freeze unless defined? ::Appium::VERSION
4
- DATE = '2016-12-25'.freeze unless defined? ::Appium::DATE
+ VERSION = '9.1.3'.freeze unless defined? ::Appium::VERSION
+ DATE = '2017-01-04'.freeze unless defined? ::Appium::DATE
5
end
0 commit comments