Skip to content

Commit

Permalink
to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 27, 2021
1 parent 8465e98 commit 9a2185b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python: '3.7'
python_architecture: 'x64'
pip_cache_path: ~/Library/Caches/pip
voicevox_resource_version: '0.9.1'
voicevox_resource_version: '0.9.2'
voicevox_core_version: '0.9.0'
voicevox_core_example_version: '0.9.0'
libtorch_url: https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
tag:
- build-cpu-ubuntu18.04
- build-nvidia-ubuntu18.04
voicevox_resource_version: ['0.9.1']
voicevox_resource_version: ['0.9.2']
voicevox_core_version: ['0.9.0']
voicevox_core_example_version: ['0.9.0']
include:
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
- os: windows-2019
python: '3.7'
python_architecture: 'x64'
voicevox_resource_version: '0.9.1'
voicevox_resource_version: '0.9.2'
voicevox_core_version: '0.9.0'
voicevox_core_dll_name: core_cpu.dll
voicevox_core_example_version: '0.9.0'
Expand All @@ -423,7 +423,7 @@ jobs:
- os: windows-2019
python: '3.7'
python_architecture: 'x64'
voicevox_resource_version: '0.9.1'
voicevox_resource_version: '0.9.2'
voicevox_core_version: '0.9.0'
voicevox_core_dll_name: core.dll
voicevox_core_example_version: '0.9.0'
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2

0 comments on commit 9a2185b

Please sign in to comment.