Bump version to v7.13.4

This commit is contained in:
Cody Henthorne 2024-08-13 15:31:15 -04:00
parent c065405acf
commit 57a8588243

View file

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