diff --git a/build/version.props b/build/version.props index 1b11900ef..ef7d7410a 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.59.0-pre1 + 2.59.0 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 1eba5638f..65ec007d3 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.59.0-pre1"; + public const string CurrentVersion = "2.59.0"; }