From bcae5c07ec9a7e3c528c7b29b8680cd4f324057f Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Mon, 10 Aug 2026 16:11:56 -0400 Subject: [PATCH] Bump version to 8.21.6 --- 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 c09a614c9a..2a63c43230 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,8 +33,8 @@ val staticIps = Properties().apply { file("static-ips.properties").reader().use staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) } val canonicalVersionCode = 1730 -val canonicalVersionName = "8.21.5" -val currentHotfixVersion = 0 +val canonicalVersionName = "8.21.6" +val currentHotfixVersion = 1 val maxHotfixVersions = 100 // We don't want versions to ever end in 0 so that they don't conflict with nightly versions