From 480ce7060f5873b8aa1d2aa08cba358203ae7ca4 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Wed, 24 Apr 2024 23:51:28 +0200 Subject: [PATCH] [dotnet] Setting nightly version --- dotnet/selenium-dotnet-version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/selenium-dotnet-version.bzl b/dotnet/selenium-dotnet-version.bzl index 1a8c8f31a1449..58079d01b5826 100644 --- a/dotnet/selenium-dotnet-version.bzl +++ b/dotnet/selenium-dotnet-version.bzl @@ -1,6 +1,6 @@ # BUILD FILE SYNTAX: STARLARK -SE_VERSION = "4.20.0" +SE_VERSION = "4.21.0-nightly202404242344" ASSEMBLY_VERSION = "4.0.0.0" SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]