chore: Bump version to 1.9.6 for nightly and beta

This commit is contained in:
Ahmad Ansori Palembani 2024-12-17 11:43:30 +07:00
parent bbfa8c8bc4
commit 5fad2c0154
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.5"
val _versionName = "1.9.6"
val betaCount by lazy {
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")