Skip to content

Commit

Permalink
chore: Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jun 6, 2024
1 parent b9d40af commit 114e3f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
publish:
uses: ./.github/workflows/release-template.yml
with:
version: 0.3.2.${{ github.run_number }}-preview
version: 0.4.0.${{ github.run_number }}-preview
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'release'

env:
VERSION: 0.3.2
VERSION: 0.4.0
NUGET_REPO_URL: 'https://api.nuget.org/v3/index.json'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
publish:
uses: ./.github/workflows/release-template.yml
with:
version: 0.3.2
version: 0.4.0
secrets: inherit

0 comments on commit 114e3f2

Please sign in to comment.