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

This commit is contained in:
Ahmad Ansori Palembani 2024-12-11 20:23:42 +07:00
parent 1bc107f26b
commit 365875590f
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.2" val _versionName = "1.9.3"
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*")