Skip to content

Commit

Permalink
バージョンアップ 0.21.0 (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Oct 13, 2024
1 parent 37d4bfe commit dd7a7a7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-engine-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
VOICEVOX_RESOURCE_VERSION: "0.20.0"
VOICEVOX_RESOURCE_VERSION: "0.21.0"
VOICEVOX_CORE_VERSION: "0.15.4"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-engine-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
default: false

env:
VOICEVOX_RESOURCE_VERSION: "0.20.0"
VOICEVOX_RESOURCE_VERSION: "0.21.0"
VOICEVOX_CORE_VERSION: "0.15.4"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.20.0
ARG VOICEVOX_RESOURCE_VERSION=0.21.0
RUN <<EOF
set -eux

Expand Down
5 changes: 5 additions & 0 deletions resources/engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "0.21.0",
"descriptions": ["開発環境の向上"],
"contributors": ["Hiroshiba", "naga-na", "sabonerune"]
},
{
"version": "0.20.0",
"descriptions": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd7a7a7

Please sign in to comment.