From 5404e6d523492067f50db2ce663e29d22e2cb711 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Tue, 23 Jan 2024 00:50:57 -0600 Subject: [PATCH] updating versions to nightly --- java/version.bzl | 2 +- rb/Gemfile.lock | 2 +- rb/lib/selenium/webdriver/version.rb | 2 +- rust/BUILD.bazel | 2 +- rust/Cargo.Bazel.lock | 10 +++++----- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/java/version.bzl b/java/version.bzl index d1f10e335f28a..579d06445b01e 100644 --- a/java/version.bzl +++ b/java/version.bzl @@ -1,2 +1,2 @@ -SE_VERSION = "4.17.0" +SE_VERSION = "4.18.0-SNAPSHOT" TOOLS_JAVA_VERSION = "17" diff --git a/rb/Gemfile.lock b/rb/Gemfile.lock index eda3ccbfbd9b7..d153ffe292f8e 100644 --- a/rb/Gemfile.lock +++ b/rb/Gemfile.lock @@ -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) diff --git a/rb/lib/selenium/webdriver/version.rb b/rb/lib/selenium/webdriver/version.rb index 02ee4d914c4e4..0fdff5de07409 100644 --- a/rb/lib/selenium/webdriver/version.rb +++ b/rb/lib/selenium/webdriver/version.rb @@ -19,6 +19,6 @@ module Selenium module WebDriver - VERSION = '4.17.0' + VERSION = '4.18.0.nightly' end # WebDriver end # Selenium diff --git a/rust/BUILD.bazel b/rust/BUILD.bazel index f0cc8d673f900..64def296fbbfd 100644 --- a/rust/BUILD.bazel +++ b/rust/BUILD.bazel @@ -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", diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 81ea843c28a02..5956f0ee96343 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "a402fcfe1613603f458e0e0bd1b8f0115a52c9dc9403fa3435a4f313329af9fc", + "checksum": "6c1f6097515f112b7db700377b70f1722cd000d2c54e9eac67a835a659bea64a", "crates": { "addr2line 0.19.0": { "name": "addr2line", @@ -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": [ { @@ -8216,7 +8216,7 @@ "selects": {} }, "edition": "2021", - "version": "0.4.17" + "version": "0.4.18-nightly" }, "license": "Apache-2.0" }, @@ -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": [ diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 762ffe05a83b1..84126cdf13146 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "selenium-manager" -version = "0.4.17" +version = "0.4.18-nightly" dependencies = [ "anyhow", "assert_cmd", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index af24ecada8b11..8ab871640e852 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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