We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1c710 commit a13158fCopy full SHA for a13158f
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 = '4.0.0' unless defined? ::Appium::VERSION
4
- DATE = '2014-07-05' unless defined? ::Appium::DATE
+ VERSION = '4.1.0' unless defined? ::Appium::VERSION
+ DATE = '2014-07-21' unless defined? ::Appium::DATE
5
end
0 commit comments