From 365875590f9267f076daec61311e6667be76260e Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 11 Dec 2024 20:23:42 +0700 Subject: [PATCH] chore: Bump version to v1.9.3 for beta and nightly --- 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 31dc91f31c..896e486ae6 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.2" +val _versionName = "1.9.3" val betaCount by lazy { val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")