Bump version to 8.24.2

This commit is contained in:
Cody Henthorne
2026-08-21 17:12:10 -04:00
parent 02b4339eeb
commit 441ba42c3f
+2 -2
View File
@@ -30,8 +30,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 = 1739
val canonicalVersionName = "8.24.1"
val canonicalVersionCode = 1740
val canonicalVersionName = "8.24.2"
val currentHotfixVersion = 0
val maxHotfixVersions = 100