Bump version to 8.22.2

This commit is contained in:
Greyson Parrelli
2026-08-10 16:30:57 -04:00
parent c69354cc82
commit e3a7a9c876
+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 = 1732
val canonicalVersionName = "8.22.1"
val canonicalVersionCode = 1733
val canonicalVersionName = "8.22.2"
val currentHotfixVersion = 0
val maxHotfixVersions = 100