We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a46f7 commit 67e5c86Copy full SHA for 67e5c86
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.3.5' unless defined? ::Appium::VERSION
5
- DATE = '2013-04-30' unless defined? ::Appium::DATE
+ VERSION = '0.3.6' unless defined? ::Appium::VERSION
+ DATE = '2013-05-01' unless defined? ::Appium::DATE
6
end
0 commit comments