Skip to content

Commit

Permalink
Merge pull request #1357 from apolcyn/release_version
Browse files Browse the repository at this point in the history
Update version to 2.39.0-pre1 on release branch
  • Loading branch information
apolcyn authored Jul 28, 2021
2 parents a1389a0 + 97016b1 commit f3f2d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<PropertyGroup>

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

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

<!-- file version of all grpc-dotnet -->
<GrpcDotnetAssemblyFileVersion>2.38.0.0</GrpcDotnetAssemblyFileVersion>
<GrpcDotnetAssemblyFileVersion>2.39.0.0</GrpcDotnetAssemblyFileVersion>

</PropertyGroup>
</Project>

0 comments on commit f3f2d58

Please sign in to comment.