We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cb878 commit 370b79cCopy full SHA for 370b79c
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 = '3.0.0' unless defined? ::Appium::VERSION
4
- DATE = '2014-05-30' unless defined? ::Appium::DATE
+ VERSION = '3.0.1' unless defined? ::Appium::VERSION
+ DATE = '2014-06-01' unless defined? ::Appium::DATE
5
end
0 commit comments