Bump version to 8.15.0

This commit is contained in:
Cody Henthorne
2026-06-10 15:51:38 -04:00
parent 526928ce0a
commit 3e92fca26d
+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 = 1703
val canonicalVersionName = "8.14.3"
val canonicalVersionCode = 1704
val canonicalVersionName = "8.15.0"
val currentHotfixVersion = 0
val maxHotfixVersions = 100