Bump version to 8.28.3

This commit is contained in:
Greyson Parrelli
2026-09-18 14:58:52 -04:00
parent 7259a95a34
commit 7b67f2b3ee
+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 = 1753
val canonicalVersionName = "8.28.2"
val canonicalVersionCode = 1754
val canonicalVersionName = "8.28.3"
val currentHotfixVersion = 0
val maxHotfixVersions = 100