Skip to content

Commit 12d6054

Browse files
committed
Release 7.3.2
1 parent 1cbafc1 commit 12d6054

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13+
## [7.3.2] - 2023-11-08
14+
15+
### Bug fixes
16+
- Fix default value fo set context
17+
1318
## [7.3.1] - 2023-11-04
1419
### Enhancements
1520
- Bump `selenium-webdriver` max

lib/appium_lib_core/version.rb

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

1515
module Appium
1616
module Core
17-
VERSION = '7.3.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-11-04' unless defined? ::Appium::Core::DATE
17+
VERSION = '7.3.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-11-08' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)