Skip to content

Commit

Permalink
updating versions to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 23, 2024
1 parent e52b1be commit 5404e6d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.17.0"
SE_VERSION = "4.18.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.121.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.17.0)
selenium-webdriver (4.18.0.nightly)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.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.17.0'
VERSION = '4.18.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.17",
version = "0.4.18-nightly",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
10 changes: 5 additions & 5 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "a402fcfe1613603f458e0e0bd1b8f0115a52c9dc9403fa3435a4f313329af9fc",
"checksum": "6c1f6097515f112b7db700377b70f1722cd000d2c54e9eac67a835a659bea64a",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down Expand Up @@ -8089,9 +8089,9 @@
},
"license": "Apache-2.0/ISC/MIT"
},
"selenium-manager 0.4.17": {
"selenium-manager 0.4.18-nightly": {
"name": "selenium-manager",
"version": "0.4.17",
"version": "0.4.18-nightly",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -8216,7 +8216,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.17"
"version": "0.4.18-nightly"
},
"license": "Apache-2.0"
},
Expand Down Expand Up @@ -13625,7 +13625,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.17": "rust"
"selenium-manager 0.4.18-nightly": "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.17" # don't forget to update rust/BUILD.bazel
version = "0.4.18-nightly" # don't forget to update rust/BUILD.bazel
edition = "2021"
authors = ["Selenium <selenium-developers@googlegroups.com"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5404e6d

Please sign in to comment.