chore: Sync project

This commit is contained in:
Ahmad Ansori Palembani 2024-10-06 16:13:44 +07:00
parent 7fe5e9a767
commit 54fdec2fc3
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 14 additions and 3 deletions

View file

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