Skip to content

Commit f5237ff

Browse files
committed
[rb] add CDP support for v96 and remove v93
1 parent 3cbec30 commit f5237ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rb/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ package(default_visibility = ["//:__subpackages__"])
1212

1313
CDP_VERSIONS = [
1414
"v85",
15-
"v93",
1615
"v94",
1716
"v95",
17+
"v96",
1818
]
1919

2020
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.95.0'
22+
VERSION = '0.96.0'
2323
end # DevTools
2424
end # Selenium

0 commit comments

Comments
 (0)