diff --git a/build/version.props b/build/version.props index f26010039..f5e3d1f8a 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.55.0-pre1 + 2.54.0-dev 2.0.0.0 - 2.55.0.0 + 2.54.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 8e97a3f7f..4cddb3f03 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.54.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.55.0-pre1"; + public const string CurrentVersion = "2.54.0-dev"; }