From 7b423e79708c57709515ff929721768a646dc02b Mon Sep 17 00:00:00 2001 From: apolcyn Date: Thu, 7 Mar 2024 16:26:21 -0800 Subject: [PATCH] bump to pre1 (#2383) --- 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 efa01a749..e2080239f 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.61.0-dev + 2.62.0-pre1 2.0.0.0 - 2.61.0.0 + 2.62.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index c82a96783..16b32914b 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.61.0.0"; + public const string CurrentAssemblyFileVersion = "2.62.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.61.0-dev"; + public const string CurrentVersion = "2.62.0-pre1"; }