sync: Sync project

This commit is contained in:
Ahmad Ansori Palembani 2024-11-23 20:14:40 +07:00
parent bf7c7f79cb
commit 00b7ac6c25
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.8.5.11"
val _versionName = "1.8.5.12"
val betaCount by lazy {
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")