From 5590d9ea2e5d77b0b41f9851a27b78a2caac5715 Mon Sep 17 00:00:00 2001 From: apolcyn Date: Mon, 22 May 2023 18:42:27 -0700 Subject: [PATCH] Update to 2.54.0.pre1 on v2.54.x release branch (#2130) --- build/version.props | 2 +- src/Grpc.Core.Api/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.props b/build/version.props index f5e3d1f8a..fec6e3565 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.54.0-dev + 2.54.0-pre1 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 4cddb3f03..103010c83 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.54.0-dev"; + public const string CurrentVersion = "2.54.0-pre1"; }