Skip to content

Commit 5404e6d

Browse files
committed
updating versions to nightly
1 parent e52b1be commit 5404e6d

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

java/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.17.0"
1+
SE_VERSION = "4.18.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.121.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.17.0)
6+
selenium-webdriver (4.18.0.nightly)
77
base64 (~> 0.2)
88
rexml (~> 3.2, >= 3.2.5)
99
rubyzip (>= 1.2.2, < 3.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.17.0'
22+
VERSION = '4.18.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.17",
80+
version = "0.4.18-nightly",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "a402fcfe1613603f458e0e0bd1b8f0115a52c9dc9403fa3435a4f313329af9fc",
2+
"checksum": "6c1f6097515f112b7db700377b70f1722cd000d2c54e9eac67a835a659bea64a",
33
"crates": {
44
"addr2line 0.19.0": {
55
"name": "addr2line",
@@ -8089,9 +8089,9 @@
80898089
},
80908090
"license": "Apache-2.0/ISC/MIT"
80918091
},
8092-
"selenium-manager 0.4.17": {
8092+
"selenium-manager 0.4.18-nightly": {
80938093
"name": "selenium-manager",
8094-
"version": "0.4.17",
8094+
"version": "0.4.18-nightly",
80958095
"repository": null,
80968096
"targets": [
80978097
{
@@ -8216,7 +8216,7 @@
82168216
"selects": {}
82178217
},
82188218
"edition": "2021",
8219-
"version": "0.4.17"
8219+
"version": "0.4.18-nightly"
82208220
},
82218221
"license": "Apache-2.0"
82228222
},
@@ -13625,7 +13625,7 @@
1362513625
},
1362613626
"binary_crates": [],
1362713627
"workspace_members": {
13628-
"selenium-manager 0.4.17": "rust"
13628+
"selenium-manager 0.4.18-nightly": "rust"
1362913629
},
1363013630
"conditions": {
1363113631
"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.17" # don't forget to update rust/BUILD.bazel
3+
version = "0.4.18-nightly" # 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)