diff --git a/build/dependencies.props b/build/dependencies.props index 25846a0b8..a9214c9f2 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -5,7 +5,7 @@ 3.23.1 2.52.0 2.46.6 - 2.55.1 + 2.56.0 7.0.0 6.0.11 5.0.3 diff --git a/build/version.props b/build/version.props index 5e9b1c179..e2fbb0874 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.55.0-dev + 2.56.0-dev 2.0.0.0 - 2.55.0.0 + 2.56.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index f7061aa52..5f5794a9a 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.55.0.0"; + public const string CurrentAssemblyFileVersion = "2.56.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.55.0-dev"; + public const string CurrentVersion = "2.56.0-dev"; }