Skip to content

Commit

Permalink
Update release version to beta 2 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Oct 30, 2023
1 parent 7a50ff7 commit 5b10051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.1.0-beta1</Version>
<Version>0.1.0-beta2</Version>
<!--
.NET does not allow the above version format for AssemblyVersion, and this
is the version used in gRPC headers. The format is
Expand All @@ -33,7 +33,7 @@
and 0.2.0 then is 0.2.0.5. But if there is no prerelease version, just
leave revision off.
-->
<AssemblyVersion>0.1.0.7</AssemblyVersion>
<AssemblyVersion>0.1.0.8</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5b10051

Please sign in to comment.