Skip to content

Commit

Permalink
Update version to 2.51.0 (on v2.51.x) (#1994)
Browse files Browse the repository at this point in the history
* update version to 2.51.0

* Update VersionInfo.cs
  • Loading branch information
jtattermusch committed Jan 2, 2023
1 parent 416c72f commit 33ee4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.props
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>

<!-- package version of grpc-dotnet -->
<GrpcDotnetVersion>2.51.0-pre1</GrpcDotnetVersion>
<GrpcDotnetVersion>2.51.0</GrpcDotnetVersion>

<!-- assembly version of grpc-dotnet -->
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Grpc.Core.Api/VersionInfo.cs
Expand Up @@ -41,5 +41,5 @@ public static class VersionInfo
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "2.51.0-pre1";
public const string CurrentVersion = "2.51.0";
}

0 comments on commit 33ee4d8

Please sign in to comment.