From 906801c1996058e55f5901cffe7701651ace4f29 Mon Sep 17 00:00:00 2001 From: jeffrey-signal Date: Tue, 19 May 2026 11:32:59 -0400 Subject: [PATCH] Bump version to 8.10.3 --- 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 8ec1ee3a14..687b11437f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,8 +28,8 @@ val staticIps = Properties().apply { file("static-ips.properties").reader().use staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) } val canonicalVersionCode = 1687 -val canonicalVersionName = "8.10.2" -val currentHotfixVersion = 0 +val canonicalVersionName = "8.10.3" +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