Bump version to 8.20.4

This commit is contained in:
Greyson Parrelli
2026-07-20 13:09:58 -04:00
parent c27dc2a42d
commit 4888805873
+2 -2
View File
@@ -32,8 +32,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 = 1723
val canonicalVersionName = "8.20.3"
val canonicalVersionCode = 1724
val canonicalVersionName = "8.20.4"
val currentHotfixVersion = 0
val maxHotfixVersions = 100