Skip to content

Commit

Permalink
Bump up version to v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Dec 6, 2024
1 parent ddc44ce commit be2371a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.16.${{ github.run_number }}
VERSION: 1.17.${{ 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.16.0'
VERSION: '1.17.0'
NUGET_REPO_URL: 'https://api.nuget.org/v3/index.json'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- cron: '0 8 * * *'

env:
VERSION: 1.16.${{ github.run_number }}
VERSION: 1.17.${{ github.run_number }}

jobs:
build:
Expand Down

0 comments on commit be2371a

Please sign in to comment.