Skip to content

Commit

Permalink
Bump up version to v1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Apr 18, 2023
1 parent 9c6516b commit 928f12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- cron: '0 8 * * *'

env:
VERSION: 1.7.9.${{ github.run_number }}
VERSION: 1.7.10.${{ github.run_number }}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'release'

env:
VERSION: '1.7.9'
VERSION: '1.7.10'
NUGET_REPO_URL: 'https://api.nuget.org/v3/index.json'

jobs:
Expand Down

0 comments on commit 928f12b

Please sign in to comment.