From 3440c5b823de7ea011e0f58c2232ec81a106218b Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 19 Jul 2024 20:36:24 +0000 Subject: [PATCH] Bump version on master to 2.66.0-dev --- build/version.props | 4 ++-- src/Grpc.Core.Api/VersionInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/version.props b/build/version.props index b2a2e580f..75373120d 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.65.0-dev + 2.66.0-dev 2.0.0.0 - 2.65.0.0 + 2.66.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index f46f3d040..d4b472b99 100644 --- a/src/Grpc.Core.Api/VersionInfo.cs +++ b/src/Grpc.Core.Api/VersionInfo.cs @@ -36,10 +36,10 @@ public static class VersionInfo /// /// Current AssemblyFileVersion of gRPC C# assemblies /// - public const string CurrentAssemblyFileVersion = "2.65.0.0"; + public const string CurrentAssemblyFileVersion = "2.66.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.65.0-dev"; + public const string CurrentVersion = "2.66.0-dev"; }