From 64e87a676b6aba16945f70aed3bb1c1dbbbbbad0 Mon Sep 17 00:00:00 2001 From: apolcyn Date: Thu, 19 Sep 2024 17:31:55 -0700 Subject: [PATCH] bump version to final release (#2539) --- 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 b116323c5..3a9ec4d88 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.66.0-pre1 + 2.66.0 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 710f935d9..41b2e69a0 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.66.0-pre1"; + public const string CurrentVersion = "2.66.0"; }