Skip to content

Commit

Permalink
v0.6.0 - swap to ApolloData from byte[]
Browse files Browse the repository at this point in the history
  • Loading branch information
rickdotnet committed Nov 17, 2024
1 parent 952732c commit 33081af
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
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<VersionMajor>0</VersionMajor>
<VersionMinor>5</VersionMinor>
<VersionPatch>6</VersionPatch>
<VersionMinor>6</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionQuality />
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)$(VersionQuality)</VersionPrefix>
</PropertyGroup>
Expand Down

0 comments on commit 33081af

Please sign in to comment.