Skip to content

Commit

Permalink
Merge pull request #2291 from apolcyn/bump_deps
Browse files Browse the repository at this point in the history
Bump version to pre1 on 2.58 branch
  • Loading branch information
apolcyn committed Oct 7, 2023
2 parents 683fbdf + a90b3de commit 38ab095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.props
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>

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

<!-- assembly version of grpc-dotnet -->
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Grpc.Core.Api/VersionInfo.cs
Expand Up @@ -41,5 +41,5 @@ public static class VersionInfo
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "2.58.0-dev";
public const string CurrentVersion = "2.58.0-pre1";
}

0 comments on commit 38ab095

Please sign in to comment.