Skip to content

Commit 0e3ae86

Browse files
authored
Release 4.8.4 in ruby (#11830)
updates changes file and version number [skip ci]
1 parent 39c6953 commit 0e3ae86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rb/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.8.4 (2023-03-28)
2+
=========================
3+
Ruby:
4+
* Update the selenium-manager versions to fix an IE naming issue (#11828)
5+
16
4.8.3 (2023-03-26)
27
=========================
38
Ruby:

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.8.3'
22+
VERSION = '4.8.4'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)