Bump version to 7.56.10

This commit is contained in:
Greyson Parrelli
2025-09-18 10:40:40 -04:00
parent 0e5b18d4c2
commit b706c5bf1d
+2 -2
View File
@@ -22,8 +22,8 @@ plugins {
apply(from = "static-ips.gradle.kts")
val canonicalVersionCode = 1588
val canonicalVersionName = "7.56.9"
val currentHotfixVersion = 0
val canonicalVersionName = "7.56.10"
val currentHotfixVersion = 1
val maxHotfixVersions = 100
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))