We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3fd72 commit 937f782Copy full SHA for 937f782
lib/appium_lib/common/version.rb
@@ -1,6 +1,6 @@
1
# encoding: utf-8
2
module Appium
3
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
4
- VERSION = '0.23.0' unless defined? ::Appium::VERSION
5
- DATE = '2014-03-21' unless defined? ::Appium::DATE
+ VERSION = '0.24.0' unless defined? ::Appium::VERSION
+ DATE = '2014-03-25' unless defined? ::Appium::DATE
6
end
0 commit comments