From 87c13b44ab01bfdfdb46a8a6c0cc058f01cb1aaa Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 10 Dec 2024 13:44:23 +0700 Subject: [PATCH] chore: Bump version to v1.9.2 for beta and nightly [skip ci] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 21d0600ac0..331209962d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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*")