Skip to content

Commit

Permalink
[rb][cdp] add support for Chrome 108 and remove support for Chrome 105
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 30, 2022
1 parent c315fee commit e8c0102
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 @@ -13,9 +13,9 @@ package(default_visibility = ["//:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v105",
"v106",
"v107",
"v108",
]

GITHUB_PACKAGES_HOST = "https://rubygems.pkg.github.com/SeleniumHQ"
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.107.0'
VERSION = '0.108.0'
end # DevTools
end # Selenium

0 comments on commit e8c0102

Please sign in to comment.