We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a6e90 commit eb9f932Copy full SHA for eb9f932
build/version.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
4
<!-- package version of grpc-dotnet -->
5
- <GrpcDotnetVersion>2.59.0-pre1</GrpcDotnetVersion>
+ <GrpcDotnetVersion>2.59.0</GrpcDotnetVersion>
6
7
<!-- assembly version of grpc-dotnet -->
8
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
src/Grpc.Core.Api/VersionInfo.cs
@@ -41,5 +41,5 @@ public static class VersionInfo
41
/// <summary>
42
/// Current version of gRPC C#
43
/// </summary>
44
- public const string CurrentVersion = "2.59.0-pre1";
+ public const string CurrentVersion = "2.59.0";
45
}
0 commit comments