From 0713a470129fd31cf552f4b9947fd035ecd4e842 Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Mon, 17 Aug 2026 14:33:31 -0400 Subject: [PATCH] Bump version to 8.23.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 555c62557f..7d5dbd6e82 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,8 +29,8 @@ plugins { val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } } staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) } -val canonicalVersionCode = 1736 -val canonicalVersionName = "8.23.2" +val canonicalVersionCode = 1737 +val canonicalVersionName = "8.23.3" val currentHotfixVersion = 0 val maxHotfixVersions = 100