Skip to content

Commit 647cb94

Browse files
Release 0.13.0
1 parent a235a2c commit 647cb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/appium_lib/common/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# encoding: utf-8
22
module Appium
33
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
4-
VERSION = '0.12.0' unless defined? ::Appium::VERSION
5-
DATE = '2013-11-07' unless defined? ::Appium::DATE
4+
VERSION = '0.13.0' unless defined? ::Appium::VERSION
5+
DATE = '2013-11-22' unless defined? ::Appium::DATE
66
end

0 commit comments

Comments
 (0)