Skip to content

Commit

Permalink
chore: use 3.1.x for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Jul 6, 2023
1 parent 0a35c55 commit 2e8c2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
APP_BUILD_VERSION: ${{ format('3.0.{0}', github.run_number) }}
APP_BUILD_VERSION: ${{ format('3.1.{0}', github.run_number) }}
steps:
- uses: actions/checkout@v2
- name: Setup .NET 7.0
Expand Down

0 comments on commit 2e8c2e6

Please sign in to comment.