Bump version to 8.16.1

This commit is contained in:
Greyson Parrelli
2026-06-18 16:08:27 -04:00
parent 42d114e75b
commit c8d2a06676
+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 = 1708
val canonicalVersionName = "8.16.0"
val canonicalVersionCode = 1709
val canonicalVersionName = "8.16.1"
val currentHotfixVersion = 0
val maxHotfixVersions = 100