Bump version to 8.17.1

This commit is contained in:
jeffrey-signal
2026-06-25 16:33:25 -04:00
parent d9930cc307
commit f089aa41cf
+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 = 1710
val canonicalVersionName = "8.17.0"
val canonicalVersionCode = 1711
val canonicalVersionName = "8.17.1"
val currentHotfixVersion = 0
val maxHotfixVersions = 100