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