Skip to content

Commit 6e8e5de

Browse files
Update the version suffix to beta2
1 parent f570893 commit 6e8e5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Product>LLVMSharp</Product>
4747
<RootNamespace>LLVMSharp</RootNamespace>
4848
<VersionPrefix>15.0.0</VersionPrefix>
49-
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta1</VersionSuffix>
49+
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta2</VersionSuffix>
5050
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
5151
</PropertyGroup>
5252

0 commit comments

Comments
 (0)