Skip to content

Commit

Permalink
Bump version to 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Apr 26, 2024
1 parent 6e44899 commit 3af705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<ProjectBaseVersion>9.1</ProjectBaseVersion>
<ProjectBaseVersion>9.2</ProjectBaseVersion>
<ProjectVersion Condition="'$(GITHUB_RUN_NUMBER)' != ''">$(ProjectBaseVersion).$(GITHUB_RUN_NUMBER)</ProjectVersion>
<ProjectVersion Condition="'$(GITHUB_RUN_NUMBER)' == ''">$(ProjectBaseVersion).0</ProjectVersion>
<DefineConstants Condition="'$(GITHUB_REF_TYPE)' == 'tag'">$(DefineConstants);CI_RELEASE_BUILD</DefineConstants>
Expand Down

0 comments on commit 3af705d

Please sign in to comment.