From ae8e0508914529dc0e5a172f76d64cb6a0a15f47 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Wed, 3 Jun 2026 15:35:01 -0300 Subject: [PATCH] Bump version to 8.13.2 --- 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 086a947b99..4770f6c2d9 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 = 1699 -val canonicalVersionName = "8.13.1" -val currentHotfixVersion = 0 +val canonicalVersionName = "8.13.2" +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