Skip to content

Commit 975b677

Browse files
Update Arius.Cli.csproj
1 parent 3a610b0 commit 975b677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Arius.Cli/Arius.Cli.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
descriptive "local" suffix.
1919
-->
2020
<PropertyGroup Condition="'$(GITHUB_RUN_NUMBER)' != ''">
21-
<!-- Use the run number as the patch version so the CLI prints e.g. v1.0.123 -->
22-
<Version>1.0.$(GITHUB_RUN_NUMBER)</Version>
21+
<!-- Use the run number as the patch version so the CLI prints e.g. v5.0.123 -->
22+
<Version>5.0.$(GITHUB_RUN_NUMBER)</Version>
2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(GITHUB_RUN_NUMBER)' == ''">
25-
<Version>1.0.0-local</Version>
25+
<Version>5.0.0-local</Version>
2626
</PropertyGroup>
2727
<ItemGroup>
2828
<PackageReference Include="CliFx" />

0 commit comments

Comments
 (0)