Skip to content

Commit 203a605

Browse files
committed
Release 15.0.0
1 parent 7ab9f44 commit 203a605

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-
## (not released yet)
6+
## 15.0.0 - 2024-04-11
77
- Breaking
88
- Use appium_lib_core 8.0.0 and up
99
- Please refer to [the diff](https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md#800---2024-03-08) about the details.

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 = '14.0.0' unless defined? ::Appium::VERSION
18-
DATE = '2024-01-25' unless defined? ::Appium::DATE
17+
VERSION = '15.0.0' unless defined? ::Appium::VERSION
18+
DATE = '2024-04-11' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)