Bump version to 8.12.2

This commit is contained in:
Cody Henthorne
2026-05-24 14:05:47 -04:00
parent 3fc6ac3871
commit fbbcadf09b
+2 -2
View File
@@ -27,8 +27,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 = 1694
val canonicalVersionName = "8.12.1"
val canonicalVersionCode = 1695
val canonicalVersionName = "8.12.2"
val currentHotfixVersion = 0
val maxHotfixVersions = 100