From 6f1271f749a97c3c1941e9237433cd522a4e0e51 Mon Sep 17 00:00:00 2001 From: apolcyn Date: Thu, 23 May 2024 23:57:53 -0700 Subject: [PATCH] bump to stable release (#2440) --- 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 67d14f290..bbaaf2260 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.63.0-pre1 + 2.63.0 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 428ac67c6..673857700 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.63.0-pre1"; + public const string CurrentVersion = "2.63.0"; }