chore(release): v1.9.7.2 [skip ci]

This commit is contained in:
Ahmad Ansori Palembani 2025-05-14 04:28:20 +07:00
parent 646bc08ac7
commit cedf532ded
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 6 additions and 1 deletions

View file

@ -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.2]
### Fixes
- Fix MyAnimeList timeout issue
## [1.9.7.1]
### Fixes

View file

@ -31,7 +31,7 @@ fun runCommand(command: String): String {
return String(byteOut.toByteArray()).trim()
}
val _versionName = "1.9.7.1"
val _versionName = "1.9.7.2"
val betaCount by lazy {
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")