Compare commits

..

4 Commits

Author SHA1 Message Date
Cody Henthorne
a2a708a24a Bump version to 7.37.5 2025-03-26 13:15:15 -04:00
Cody Henthorne
f19e060b1c Use full version code for version tracking. 2025-03-26 13:09:20 -04:00
Greyson Parrelli
94265ac5ed Bump version to 7.37.4 2025-03-25 09:31:37 -04:00
Cody Henthorne
e4894c55cf Only deprecate client on 499s from chat service. 2025-03-25 09:29:19 -04:00
787 changed files with 35255 additions and 34868 deletions

View File

@@ -20,9 +20,9 @@ plugins {
apply(from = "static-ips.gradle.kts")
val canonicalVersionCode = 1528
val canonicalVersionName = "7.38.5"
val currentHotfixVersion = 0
val canonicalVersionCode = 1522
val canonicalVersionName = "7.37.5"
val currentHotfixVersion = 2
val maxHotfixVersions = 100
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))

Some files were not shown because too many files have changed in this diff Show More