From 93e5effaaf32121a8cc6498bcaecbef643dd1105 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sat, 14 Dec 2024 19:55:09 +0700 Subject: [PATCH] chore: Bump version to 1.9.5 for nightly and beta --- 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 55c1939605..af09d6225c 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.4" +val _versionName = "1.9.5" val betaCount by lazy { val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")