We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a2afe commit 777e15dCopy full SHA for 777e15d
CHANGELOG.md
@@ -4,7 +4,7 @@ Commit based release not is [release_notes.md](./release_notes.md)
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
6
7
-## 13.0.0 - 2023-06-18
+## 13.0.1 - 2023-06-19
8
- Ruby 3.0+ is required
9
10
## 12.3.3 - 2023-04-27
lib/appium_lib/version.rb
@@ -14,6 +14,6 @@
14
15
module Appium
16
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17
- VERSION = '13.0.0' unless defined? ::Appium::VERSION
18
- DATE = '2023-06-18' unless defined? ::Appium::DATE
+ VERSION = '13.0.1' unless defined? ::Appium::VERSION
+ DATE = '2023-06-19' unless defined? ::Appium::DATE
19
end
0 commit comments