Bump version to 8.17.2

This commit is contained in:
jeffrey-signal
2026-06-26 13:38:30 -04:00
parent b6d0e5d701
commit b2d9195e64
+2 -2
View File
@@ -28,8 +28,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 = 1711
val canonicalVersionName = "8.17.1"
val canonicalVersionCode = 1712
val canonicalVersionName = "8.17.2"
val currentHotfixVersion = 0
val maxHotfixVersions = 100