We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15371d commit ea11190Copy full SHA for ea11190
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 = '5.0.1' unless defined? ::Appium::VERSION
4
- DATE = '2014-12-30' unless defined? ::Appium::DATE
+ VERSION = '6.0.0' unless defined? ::Appium::VERSION
+ DATE = '2015-01-26' unless defined? ::Appium::DATE
5
end
0 commit comments