We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c38ca5 commit 4b5d817Copy full SHA for 4b5d817
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 = '8.0.3' unless defined? ::Appium::VERSION
4
- DATE = '2016-10-12' unless defined? ::Appium::DATE
+ VERSION = '8.1.0' unless defined? ::Appium::VERSION
+ DATE = '2016-11-18' unless defined? ::Appium::DATE
5
end
0 commit comments