From 48aeb802b09c24f8ee98c976be8292a1d115dee6 Mon Sep 17 00:00:00 2001 From: apolcyn Date: Wed, 8 May 2024 12:41:35 -0700 Subject: [PATCH] Bump 2.63.x branch to 2.63.0-pre1 (#2430) * bump to 2.63.pre1 * finish update --- 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 efa01a749..67d14f290 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.61.0-dev + 2.63.0-pre1 2.0.0.0 - 2.61.0.0 + 2.63.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index c82a96783..428ac67c6 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.61.0.0"; + public const string CurrentAssemblyFileVersion = "2.63.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.61.0-dev"; + public const string CurrentVersion = "2.63.0-pre1"; }