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 ab3ba8e commit 22401b0Copy full SHA for 22401b0
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.1'.freeze unless defined? ::Appium::VERSION
4
- DATE = '2016-12-19'.freeze unless defined? ::Appium::DATE
+ VERSION = '9.1.2'.freeze unless defined? ::Appium::VERSION
+ DATE = '2016-12-25'.freeze unless defined? ::Appium::DATE
5
end
0 commit comments