From 8f0daa007b6580b41b030a1b0f58dd82cb2ef5a6 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Tue, 12 Dec 2023 02:00:08 +0000 Subject: [PATCH] Bump dev version to 2.61.0-dev on master branch --- build/version.props | 6 +++--- src/Grpc.Core.Api/VersionInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/version.props b/build/version.props index 0b45ec131..efa01a749 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.58.0-dev - + 2.61.0-dev + 2.0.0.0 - 2.58.0.0 + 2.61.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 599e31622..c82a96783 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.58.0.0"; + public const string CurrentAssemblyFileVersion = "2.61.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.58.0-dev"; + public const string CurrentVersion = "2.61.0-dev"; }