diff --git a/build/version.props b/build/version.props index 5ce5fb472..1b11900ef 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.58.0-pre1 + 2.59.0-pre1 2.0.0.0 - 2.58.0.0 + 2.59.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 630413929..1eba5638f 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.58.0.0"; + public const string CurrentAssemblyFileVersion = "2.59.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.58.0-pre1"; + public const string CurrentVersion = "2.59.0-pre1"; }