chore: Bump version to 1.9.5 for nightly and beta

This commit is contained in:
Ahmad Ansori Palembani 2024-12-14 19:55:09 +07:00
parent 0f54d5e59d
commit 93e5effaaf
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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