From 1796b8c66de75b75412d6e74f37b37668fe0115a Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sun, 24 Nov 2024 04:36:44 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20AivisSpeech=20Engine=20=E3=82=92=201.?= =?UTF-8?q?1.0-dev=20=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d2eccf2..4529978d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ on: default: false env: - AIVISSPEECH_ENGINE_VERSION: "1.0.0" + AIVISSPEECH_ENGINE_VERSION: "1.1.0-dev" AIVISSPEECH_EDITOR_VERSION: |- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る ${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8916a91..f42143ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: env: AIVISSPEECH_ENGINE_REPO: "Aivis-Project/AivisSpeech-Engine" - AIVISSPEECH_ENGINE_VERSION: "1.0.0" + AIVISSPEECH_ENGINE_VERSION: "1.1.0-dev" defaults: run: