We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a240a8 commit 1e897ccCopy full SHA for 1e897cc
rb/lib/selenium/devtools/BUILD.bazel
@@ -4,9 +4,9 @@ package(default_visibility = ["//rb:__subpackages__"])
4
5
CDP_VERSIONS = [
6
"v85",
7
- "v106",
8
"v107",
9
"v108",
+ "v109",
10
]
11
12
rb_library(
rb/lib/selenium/devtools/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module DevTools
22
- VERSION = '0.108.0'
+ VERSION = '0.109.0'
23
end # DevTools
24
end # Selenium
0 commit comments