Skip to content

Commit

Permalink
[rb][cdp] Add support CDP 103 and remove CDP 100
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jun 22, 2022
1 parent f7ff4bc commit 5dfd321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ package(default_visibility = ["//:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v100",
"v101",
"v102",
"v103",
]

copy_file(
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/devtools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module DevTools
VERSION = '0.102.0'
VERSION = '0.103.0'
end # DevTools
end # Selenium

0 comments on commit 5dfd321

Please sign in to comment.