From 965f6b1787e7dfd22a5050cd4f5b62e02c1689b3 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Thu, 31 Oct 2024 19:07:22 +0100 Subject: [PATCH] [dotnet] Bumping version for nightly --- 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 95058bc0ec85e..eb9c52953feee 100644 --- a/dotnet/selenium-dotnet-version.bzl +++ b/dotnet/selenium-dotnet-version.bzl @@ -1,6 +1,6 @@ # BUILD FILE SYNTAX: STARLARK -SE_VERSION = "4.26.1" +SE_VERSION = "4.27.0-nightly202410311906" ASSEMBLY_VERSION = "4.0.0.0" SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]