Skip to content

Commit 97de309

Browse files
committed
Release 16.0.1
1 parent 8a0bc17 commit 97de309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6-
## 16.0.1 - 2025-02-16
6+
## 16.0.1 - 2025-03-16
77
- Update appium_lib_core deps version condition
88

99
## 16.0.0 - 2025-02-16

lib/appium_lib/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Appium
1616
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17-
VERSION = '16.0.0' unless defined? ::Appium::VERSION
18-
DATE = '2025-02-16' unless defined? ::Appium::DATE
17+
VERSION = '16.0.1' unless defined? ::Appium::VERSION
18+
DATE = '2025-03-16' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)