From f2a172a4f0b234ca546f4402e734ef982a345a89 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Wed, 10 Jan 2024 00:38:44 +0100 Subject: [PATCH] Bump up version to 0.9.2 [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 84a7e9ca..57db4773 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ on: - '*' env: - VERSION: 0.9.1.${{ github.run_number }} + VERSION: 0.9.2.${{ github.run_number }} jobs: build: diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 57ff1f42..b432b9ad 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ on: - '*' env: - VERSION: 0.9.1.${{ github.run_number }} + VERSION: 0.9.2.${{ github.run_number }} jobs: build: diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 169bedb3..742514f8 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.9.1.${{ github.run_number }}-preview + version: 0.9.2.${{ 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 22a5c3dc..ae7f3cdf 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.9.1 + version: 0.9.2 secrets: inherit \ No newline at end of file