Skip to content

Commit 8bd2c5e

Browse files
snackattasdiemol
andauthored
Updates ruby version to 4.8.5! (#11831)
updates ruby version to 4.8.5 and updates changes file Co-authored-by: Diego Molina <[email protected]>
1 parent bac8655 commit 8bd2c5e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rb/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.8.5 (2023-03-28)
2+
=========================
3+
Ruby:
4+
* Wrapping browser name in quotes when calling Selenium Manager
5+
6+
17
4.8.4 (2023-03-28)
28
=========================
39
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.4'
22+
VERSION = '4.8.5'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)