From 430a55f89f0c378cacc5017101ffafdf3ff325ad Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Tue, 31 Mar 2026 16:49:29 -0300 Subject: [PATCH] Bump version to 8.6.0 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6f4fc7d10e..ad7770a4c8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ plugins { apply(from = "static-ips.gradle.kts") -val canonicalVersionCode = 1672 -val canonicalVersionName = "8.5.1" +val canonicalVersionCode = 1673 +val canonicalVersionName = "8.6.0" val currentHotfixVersion = 0 val maxHotfixVersions = 100