From b497ca8f99c54070d49d86e70fc27c91a8be6232 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Tue, 2 Dec 2025 10:55:08 +0530 Subject: [PATCH] Prep for stable 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 88f3eb7b6..dbcacfc68 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.76.0-pre1 + 2.76.0 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 1a341c1ba..aee340ff4 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.76.0-pre1"; + public const string CurrentVersion = "2.76.0"; }