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

This commit is contained in:
Ahmad Ansori Palembani 2025-05-09 10:53:51 +07:00
parent 2237b3dbaf
commit 916575cf37
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 8 additions and 3 deletions

View file

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