We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bcf1c commit 4f1d7d7Copy full SHA for 4f1d7d7
2 files changed
rb/BUILD.bazel
@@ -11,9 +11,9 @@ package(default_visibility = ["//:__subpackages__"])
11
12
CDP_VERSIONS = [
13
"v85",
14
- "v98",
15
"v99",
16
"v100",
+ "v101",
17
]
18
19
copy_file(
rb/lib/selenium/devtools/version.rb
@@ -19,6 +19,6 @@
20
module Selenium
21
module DevTools
22
- VERSION = '0.100.0'
+ VERSION = '0.101.0'
23
end # DevTools
24
end # Selenium
0 commit comments