Skip to content

Commit 1593b70

Browse files
committed
[rb] update CDP versions to v90, v91, v92
1 parent 497cde3 commit 1593b70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rb/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ package(default_visibility = ["//:__subpackages__"])
1111

1212
CDP_VERSIONS = [
1313
"v85",
14-
"v88",
15-
"v89",
1614
"v90",
1715
"v91",
16+
"v92",
1817
]
1918

2019
copy_file(

rb/lib/selenium/devtools/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 DevTools
22-
VERSION = '0.91.1'
22+
VERSION = '0.92.0'
2323
end # DevTools
2424
end # Selenium

0 commit comments

Comments
 (0)