Bump version to 8.13.0

This commit is contained in:
Michelle Tang
2026-05-27 14:52:19 -04:00
parent 7925041982
commit c18c5fce7b
+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 = 1697
val canonicalVersionName = "8.12.4"
val canonicalVersionCode = 1698
val canonicalVersionName = "8.13.0"
val currentHotfixVersion = 0
val maxHotfixVersions = 100