chore: Bump version to v1.9.2 for beta and nightly [skip ci]

This commit is contained in:
Ahmad Ansori Palembani 2024-12-10 13:44:23 +07:00
parent 8c8b2f9634
commit 87c13b44ab
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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