Skip to content

Commit

Permalink
Release 9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 4, 2017
1 parent f0c15c5 commit ba2fbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/appium_lib/common/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Appium
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
VERSION = '9.1.2'.freeze unless defined? ::Appium::VERSION
DATE = '2016-12-25'.freeze unless defined? ::Appium::DATE
VERSION = '9.1.3'.freeze unless defined? ::Appium::VERSION
DATE = '2017-01-04'.freeze unless defined? ::Appium::DATE
end

0 comments on commit ba2fbdc

Please sign in to comment.