Skip to content

Commit

Permalink
update versions to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 6, 2023
1 parent 617e22b commit 45ef68a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.16.0"
SE_VERSION = "4.17.0-SNAPSHOT"
TOOLS_JAVA_VERSION = "17"
2 changes: 1 addition & 1 deletion rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.120.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.16.0)
selenium-webdriver (4.17.0.nightly)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.16.0'
VERSION = '4.17.0.nightly'
end # WebDriver
end # Selenium
2 changes: 1 addition & 1 deletion rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust_binary(
name = "selenium-manager",
srcs = ["src/main.rs"],
edition = "2021",
version = "0.4.16",
version = "0.4.17",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
8 changes: 4 additions & 4 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8168,9 +8168,9 @@
},
"license": "Apache-2.0/ISC/MIT"
},
"selenium-manager 0.4.16": {
"selenium-manager 0.4.17": {
"name": "selenium-manager",
"version": "0.4.16",
"version": "0.4.17",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -8295,7 +8295,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.16"
"version": "0.4.17"
},
"license": "Apache-2.0"
},
Expand Down Expand Up @@ -13252,7 +13252,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.16": "rust"
"selenium-manager 0.4.17": "rust"
},
"conditions": {
"aarch64-apple-darwin": [
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "selenium-manager"
version = "0.4.16" # don't forget to update rust/BUILD.bazel
version = "0.4.17" # don't forget to update rust/BUILD.bazel
edition = "2021"
authors = ["Selenium <[email protected]"]
license = "Apache-2.0"
Expand Down

0 comments on commit 45ef68a

Please sign in to comment.