Skip to content

Commit ca1fc7d

Browse files
committed
Release 9.3.0
1 parent 0850725 commit ca1fc7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13-
## [9.3.0]
13+
## [9.3.0] - 2024-12-08
1414

1515
### Deprecations
1616
- Remove deprecated `Appium::Core#quit_driver`. Please use `Appium::Core::Driver.quit` instead.

lib/appium_lib_core/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '9.2.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-08-01' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.3.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-12-08' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)