Skip to content

Commit

Permalink
feat: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Aug 15, 2024
1 parent d67ccec commit 03536d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionMajor>0</VersionMajor>
<VersionMinor>22</VersionMinor>
<VersionMinor>23</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug' AND '$(VersionSuffix)'==''">dev</VersionSuffix>
Expand Down

0 comments on commit 03536d4

Please sign in to comment.