Skip to content

Commit 2bfa842

Browse files
authored
chore: Update VersionPrefix to 3.3.2
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
1 parent 748133e commit 2bfa842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Targets/Version.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
5-
<VersionPrefix>3.3.1</VersionPrefix>
5+
<VersionPrefix>3.3.2</VersionPrefix>
66
</PropertyGroup>
77
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">
88
<Version>$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>

0 commit comments

Comments
 (0)