diff --git a/build/version.props b/build/version.props index cb4e8e316..0b45ec131 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.57.0-dev + 2.58.0-dev 2.0.0.0 - 2.57.0.0 + 2.58.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 556fa630a..599e31622 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.57.0.0"; + public const string CurrentAssemblyFileVersion = "2.58.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.57.0-dev"; + public const string CurrentVersion = "2.58.0-dev"; }