Skip to content

Commit

Permalink
bump up version number to 0.8.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Oct 31, 2023
1 parent bfffb7a commit 6811189
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 @@ -20,7 +20,7 @@ on:
- '*'

env:
VERSION: 0.8.2.${{ github.run_number }}
VERSION: 0.8.3.${{ 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 @@ -20,7 +20,7 @@ on:
- '*'

env:
VERSION: 0.8.2.${{ github.run_number }}
VERSION: 0.8.3.${{ 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.2.${{ github.run_number }}-preview
version: 0.8.3.${{ 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.2
version: 0.8.3
secrets: inherit

0 comments on commit 6811189

Please sign in to comment.