We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62488a5 commit ad91ee4Copy full SHA for ad91ee4
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.2.0' unless defined? ::Appium::VERSION
4
- DATE = '2016-11-26' unless defined? ::Appium::DATE
+ VERSION = '8.2.1' unless defined? ::Appium::VERSION
+ DATE = '2016-11-29' unless defined? ::Appium::DATE
5
end
0 commit comments