Skip to content

Commit 45ef68a

Browse files
committed
update versions to nightly
1 parent 617e22b commit 45ef68a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

java/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.16.0"
1+
SE_VERSION = "4.17.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

rb/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.120.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.16.0)
6+
selenium-webdriver (4.17.0.nightly)
77
rexml (~> 3.2, >= 3.2.5)
88
rubyzip (>= 1.2.2, < 3.0)
99
websocket (~> 1.0)

rb/lib/selenium/webdriver/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.16.0'
22+
VERSION = '4.17.0.nightly'
2323
end # WebDriver
2424
end # Selenium

rust/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rust_binary(
7777
name = "selenium-manager",
7878
srcs = ["src/main.rs"],
7979
edition = "2021",
80-
version = "0.4.16",
80+
version = "0.4.17",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8168,9 +8168,9 @@
81688168
},
81698169
"license": "Apache-2.0/ISC/MIT"
81708170
},
8171-
"selenium-manager 0.4.16": {
8171+
"selenium-manager 0.4.17": {
81728172
"name": "selenium-manager",
8173-
"version": "0.4.16",
8173+
"version": "0.4.17",
81748174
"repository": null,
81758175
"targets": [
81768176
{
@@ -8295,7 +8295,7 @@
82958295
"selects": {}
82968296
},
82978297
"edition": "2021",
8298-
"version": "0.4.16"
8298+
"version": "0.4.17"
82998299
},
83008300
"license": "Apache-2.0"
83018301
},
@@ -13252,7 +13252,7 @@
1325213252
},
1325313253
"binary_crates": [],
1325413254
"workspace_members": {
13255-
"selenium-manager 0.4.16": "rust"
13255+
"selenium-manager 0.4.17": "rust"
1325613256
},
1325713257
"conditions": {
1325813258
"aarch64-apple-darwin": [

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selenium-manager"
3-
version = "0.4.16" # don't forget to update rust/BUILD.bazel
3+
version = "0.4.17" # don't forget to update rust/BUILD.bazel
44
edition = "2021"
55
authors = ["Selenium <[email protected]"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)