Skip to content

Commit

Permalink
Update version to 2.33.1-pre1 on the release branch (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch authored Oct 22, 2020
1 parent e37e2f1 commit 1087a9b
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.31.0-dev</GrpcDotnetVersion>
<GrpcDotnetVersion>2.33.1-pre1</GrpcDotnetVersion>

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

<!-- file version of all grpc-dotnet -->
<GrpcDotnetAssemblyFileVersion>2.31.0.0</GrpcDotnetAssemblyFileVersion>
<GrpcDotnetAssemblyFileVersion>2.33.1.0</GrpcDotnetAssemblyFileVersion>

</PropertyGroup>
</Project>

0 comments on commit 1087a9b

Please sign in to comment.