From d9ba53d4d2599334dff37e6b07b711892a139684 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Thu, 10 Apr 2025 04:45:31 +0000 Subject: [PATCH] update versions --- build/version.props | 4 ++-- src/Grpc.Core.Api/VersionInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/version.props b/build/version.props index 75373120d..6cd3e4738 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.66.0-dev + 2.71.0-pre1 2.0.0.0 - 2.66.0.0 + 2.71.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index d4b472b99..0eec9cddf 100644 --- a/src/Grpc.Core.Api/VersionInfo.cs +++ b/src/Grpc.Core.Api/VersionInfo.cs @@ -36,10 +36,10 @@ public static class VersionInfo /// /// Current AssemblyFileVersion of gRPC C# assemblies /// - public const string CurrentAssemblyFileVersion = "2.66.0.0"; + public const string CurrentAssemblyFileVersion = "2.71.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.66.0-dev"; + public const string CurrentVersion = "2.71.0-pre1"; }