Bump version to 7.59.2

This commit is contained in:
Alex Hart
2025-10-09 16:56:27 -03:00
parent b96ae9f5d6
commit 0cc5a81ef9

View File

@@ -23,8 +23,8 @@ plugins {
apply(from = "static-ips.gradle.kts")
val canonicalVersionCode = 1596
val canonicalVersionName = "7.59.1"
val currentHotfixVersion = 0
val canonicalVersionName = "7.59.2"
val currentHotfixVersion = 1
val maxHotfixVersions = 100
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))