Skip to content

Commit

Permalink
bump to pre1 (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolcyn committed Mar 8, 2024
1 parent f29d927 commit 7b423e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/version.props
Expand Up @@ -2,13 +2,13 @@
<PropertyGroup>

<!-- package version of grpc-dotnet -->
<GrpcDotnetVersion>2.61.0-dev</GrpcDotnetVersion>
<GrpcDotnetVersion>2.62.0-pre1</GrpcDotnetVersion>

<!-- assembly version of grpc-dotnet -->
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>

<!-- file version of all grpc-dotnet -->
<GrpcDotnetAssemblyFileVersion>2.61.0.0</GrpcDotnetAssemblyFileVersion>
<GrpcDotnetAssemblyFileVersion>2.62.0.0</GrpcDotnetAssemblyFileVersion>

</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Grpc.Core.Api/VersionInfo.cs
Expand Up @@ -36,10 +36,10 @@ public static class VersionInfo
/// <summary>
/// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
/// </summary>
public const string CurrentAssemblyFileVersion = "2.61.0.0";
public const string CurrentAssemblyFileVersion = "2.62.0.0";

/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "2.61.0-dev";
public const string CurrentVersion = "2.62.0-pre1";
}

0 comments on commit 7b423e7

Please sign in to comment.