chore: Bump version to v1.9.1 for beta and nightly

This commit is contained in:
Ahmad Ansori Palembani 2024-12-10 12:14:36 +07:00
parent 05b20e00e0
commit 53f8a37c8e
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.0" val _versionName = "1.9.1"
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*")