From d30490f0c060554aa2762ed2cb4ecce8c95c307a Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Fri, 29 Mar 2024 03:36:04 +0000 Subject: [PATCH] bump version for release --- build/version.props | 2 +- src/Grpc.Core.Api/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.props b/build/version.props index e2080239f..d264b70a3 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.62.0-pre1 + 2.62.0 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 16b32914b..84045612b 100644 --- a/src/Grpc.Core.Api/VersionInfo.cs +++ b/src/Grpc.Core.Api/VersionInfo.cs @@ -41,5 +41,5 @@ public static class VersionInfo /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.62.0-pre1"; + public const string CurrentVersion = "2.62.0"; }