mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 10:14:50 +00:00
chore(release): v1.9.7.3 [skip ci]
This commit is contained in:
parent
d31cebfdfd
commit
894c129147
2 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
|
|||
- `Translation` - Translation changes/updates
|
||||
- `Other` - Technical changes/updates
|
||||
|
||||
## [1.9.7.3]
|
||||
|
||||
### Fixes
|
||||
- More `Comparison method violates its general contract!` crash prevention
|
||||
|
||||
## [1.9.7.2]
|
||||
|
||||
### Fixes
|
||||
|
|
|
@ -31,7 +31,7 @@ fun runCommand(command: String): String {
|
|||
return String(byteOut.toByteArray()).trim()
|
||||
}
|
||||
|
||||
val _versionName = "1.9.7.2"
|
||||
val _versionName = "1.9.7.3"
|
||||
val betaCount by lazy {
|
||||
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue