Skip to content

Commit

Permalink
Bump up version to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle authored Sep 7, 2023
1 parent 38eebb1 commit 798d693
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.7.4.${{ github.run_number }}
VERSION: 0.7.5.${{ 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.7.4.${{ github.run_number }}
VERSION: 0.7.5.${{ 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.7.4.${{ github.run_number }}-preview
version: 0.7.5.${{ 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.7.4
version: 0.7.5
secrets: inherit

0 comments on commit 798d693

Please sign in to comment.