Bump version to 8.21.6

This commit is contained in:
Greyson Parrelli
2026-08-10 16:11:56 -04:00
parent a3bb973ca4
commit bcae5c07ec
+2 -2
View File
@@ -33,8 +33,8 @@ val staticIps = Properties().apply { file("static-ips.properties").reader().use
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
val canonicalVersionCode = 1730
val canonicalVersionName = "8.21.5"
val currentHotfixVersion = 0
val canonicalVersionName = "8.21.6"
val currentHotfixVersion = 1
val maxHotfixVersions = 100
// We don't want versions to ever end in 0 so that they don't conflict with nightly versions