Skip to content

Commit

Permalink
[rb] add CDP support for v96 and remove v93
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 17, 2021
1 parent 3cbec30 commit f5237ff
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
Expand Up @@ -12,9 +12,9 @@ package(default_visibility = ["//:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v93",
"v94",
"v95",
"v96",
]

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

module Selenium
module DevTools
VERSION = '0.95.0'
VERSION = '0.96.0'
end # DevTools
end # Selenium

0 comments on commit f5237ff

Please sign in to comment.