Do not dynamically get latest version number

This fixes error in cases where the release has been created but the
binary has not yet been uploaded.
This commit is contained in:
Taiki Endo
2022-01-05 22:41:37 +09:00
parent fc57aaa8ad
commit 56a03286db
2 changed files with 30 additions and 19 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Fix error in cases where the release has been created but the binary has not yet been uploaded.
## [1.0.0] - 2021-12-30
Initial release