Skip to content

Commit

Permalink
build: update version to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Mar 2, 2024
1 parent f7d9f83 commit 20c4bb8
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>19</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionMinor>18</VersionMinor>
<VersionPatch>1</VersionPatch>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug' AND '$(VersionSuffix)'==''">dev</VersionSuffix>
<InformationalVersion Condition="'$(VersionSuffix)'==''">$(VersionPrefix)</InformationalVersion>
Expand Down

0 comments on commit 20c4bb8

Please sign in to comment.