Skip to content

Commit

Permalink
Bump version to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jan 9, 2025
1 parent c522cec commit 4bce195
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.17.${{ github.run_number }}
VERSION: 1.18.${{ 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.17.0'
VERSION: '1.18.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.17.${{ github.run_number }}
VERSION: 1.18.${{ github.run_number }}

jobs:
build:
Expand Down

0 comments on commit 4bce195

Please sign in to comment.