Skip to content

Commit

Permalink
bump up version number to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Oct 9, 2023
1 parent 7e79c48 commit 29c7665
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '*'

env:
VERSION: 0.8.1.${{ github.run_number }}
VERSION: 0.8.2.${{ github.run_number }}

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

env:
VERSION: 0.8.1.${{ github.run_number }}
VERSION: 0.8.2.${{ github.run_number }}

jobs:
build:
Expand Down
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.8.1.${{ github.run_number }}-preview
version: 0.8.2.${{ github.run_number }}-preview
secrets: inherit
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.8.1
version: 0.8.2
secrets: inherit

0 comments on commit 29c7665

Please sign in to comment.