Skip to content

Commit 4f1d7d7

Browse files
committed
[rb] Adding Chrome DevTools 101 and removing 98
[skip ci]
1 parent e6bcf1c commit 4f1d7d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rb/BUILD.bazel

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

1212
CDP_VERSIONS = [
1313
"v85",
14-
"v98",
1514
"v99",
1615
"v100",
16+
"v101",
1717
]
1818

1919
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.100.0'
22+
VERSION = '0.101.0'
2323
end # DevTools
2424
end # Selenium

0 commit comments

Comments
 (0)