From e28c3722c0da7fe76a568db18977a629319e18a2 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Fri, 6 Sep 2024 00:38:09 +0000 Subject: [PATCH] bump to pre1 --- 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 75373120d..b116323c5 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.66.0-dev + 2.66.0-pre1 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index d4b472b99..710f935d9 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.66.0-dev"; + public const string CurrentVersion = "2.66.0-pre1"; }