From e9c3d545ff25baf277dcaef2e7f10a3e2a42839c Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Tue, 7 Nov 2023 15:39:08 +0100 Subject: [PATCH] Bump up version number to v0.8.4 [skip ci] --- .github/workflows/build.yml | 2 +- .github/workflows/codecov.yml | 2 +- .github/workflows/release-preview.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80282a26..681d9e82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ on: - '*' env: - VERSION: 0.8.3.${{ github.run_number }} + VERSION: 0.8.4.${{ github.run_number }} jobs: build: diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 18f5c3ee..06a470cc 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ on: - '*' env: - VERSION: 0.8.3.${{ github.run_number }} + VERSION: 0.8.4.${{ github.run_number }} jobs: build: diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 5f9f18e4..a0863ae9 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -7,5 +7,5 @@ jobs: publish: uses: ./.github/workflows/release-template.yml with: - version: 0.8.3.${{ github.run_number }}-preview + version: 0.8.4.${{ github.run_number }}-preview secrets: inherit \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b303b4b..d48cf03e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,5 +10,5 @@ jobs: publish: uses: ./.github/workflows/release-template.yml with: - version: 0.8.3 + version: 0.8.4 secrets: inherit \ No newline at end of file