We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58218e1 commit 12317e4Copy full SHA for 12317e4
lib/appium_lib/version.rb
@@ -14,6 +14,6 @@
14
15
module Appium
16
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17
- VERSION = '10.4.0' unless defined? ::Appium::VERSION
18
- DATE = '2019-07-19' unless defined? ::Appium::DATE
+ VERSION = '10.4.1' unless defined? ::Appium::VERSION
+ DATE = '2019-09-11' unless defined? ::Appium::DATE
19
end
0 commit comments