Skip to content

Commit

Permalink
Bump up version to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jul 19, 2024
1 parent 85742d7 commit 8fac5a9
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: 1.1.2.${{ github.run_number }}
VERSION: 1.1.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: 1.1.2.${{ github.run_number }}
VERSION: 1.1.3.${{ github.run_number }}
CODECOV_TOKEN: cbd141f8-4d0d-4bc1-84a7-970f9f9b87ac

jobs:
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: 1.1.2-preview.${{ github.run_number }}
version: 1.1.3-preview.${{ github.run_number }}
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: 1.1.2
version: 1.1.3
secrets: inherit

0 comments on commit 8fac5a9

Please sign in to comment.