From e45df20d93071d3e9610a4e6961e6703db823433 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Thu, 7 Mar 2024 00:11:38 +0100 Subject: [PATCH] Bump up version to v0.9.9 --- .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 fc6c7366..3eb79596 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ on: - '*' env: - VERSION: 0.9.8.${{ github.run_number }} + VERSION: 0.9.9.${{ github.run_number }} jobs: build: diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 22e7adcd..e3ac2e48 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ on: - '*' env: - VERSION: 0.9.8.${{ github.run_number }} + VERSION: 0.9.9.${{ github.run_number }} jobs: build: diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index d3c4c0bd..d25e0504 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.8.${{ github.run_number }}-preview + version: 0.9.9.${{ 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 61873ed0..169392c6 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.8 + version: 0.9.9 secrets: inherit \ No newline at end of file