Skip to content

Commit eb9f932

Browse files
committed
bump to 2.59
1 parent 20a6e90 commit eb9f932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33

44
<!-- package version of grpc-dotnet -->
5-
<GrpcDotnetVersion>2.59.0-pre1</GrpcDotnetVersion>
5+
<GrpcDotnetVersion>2.59.0</GrpcDotnetVersion>
66

77
<!-- assembly version of grpc-dotnet -->
88
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>

src/Grpc.Core.Api/VersionInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ public static class VersionInfo
4141
/// <summary>
4242
/// Current version of gRPC C#
4343
/// </summary>
44-
public const string CurrentVersion = "2.59.0-pre1";
44+
public const string CurrentVersion = "2.59.0";
4545
}

0 commit comments

Comments
 (0)