Skip to content

Commit ba34e7a

Browse files
authored
feat: bump package version
1 parent 93b701d commit ba34e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionMajor>9</VersionMajor>
4-
<VersionMinor>2</VersionMinor>
4+
<VersionMinor>3</VersionMinor>
55
<VersionPatch>0</VersionPatch>
66
<VersionRevision>0</VersionRevision>
77
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

0 commit comments

Comments
 (0)