From f714df1e7832d0f014e8a3c86e95afd42065b7cf Mon Sep 17 00:00:00 2001 From: Michelle Tang Date: Thu, 30 Jul 2026 16:13:57 -0400 Subject: [PATCH] Bump version to 8.20.5 --- 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 3f7b4430b8..4e939dd9ae 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 = 1724 -val canonicalVersionName = "8.20.4" -val currentHotfixVersion = 0 +val canonicalVersionName = "8.20.5" +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