Skip to content

Commit 5590d9e

Browse files
authored
Update to 2.54.0.pre1 on v2.54.x release branch (#2130)
1 parent 705097f commit 5590d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33

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

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

src/Grpc.Core.Api/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
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.54.0-dev";
44+
public const string CurrentVersion = "2.54.0-pre1";
4545
}

0 commit comments

Comments
 (0)