Skip to content

Commit fa3736d

Browse files
committed
[rb] Adding CDP v104
1 parent 7ce15db commit fa3736d

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
@@ -11,9 +11,9 @@ package(default_visibility = ["//:__subpackages__"])
1111

1212
CDP_VERSIONS = [
1313
"v85",
14-
"v101",
1514
"v102",
1615
"v103",
16+
"v104",
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.103.1'
22+
VERSION = '0.104.0'
2323
end # DevTools
2424
end # Selenium

0 commit comments

Comments
 (0)