Bump version to 8.17.0

This commit is contained in:
jeffrey-signal
2026-06-24 15:18:44 -04:00
parent 9a12e84ad4
commit c7a8f58f29
+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 = 1709
val canonicalVersionName = "8.16.1"
val canonicalVersionCode = 1710
val canonicalVersionName = "8.17.0"
val currentHotfixVersion = 0
val maxHotfixVersions = 100