Skip to content

Commit ec02d80

Browse files
committed
Bump version to 8.13.0
1 parent 7925041 commit ec02d80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ plugins {
2727
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
2828
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
2929

30-
val canonicalVersionCode = 1697
31-
val canonicalVersionName = "8.12.4"
30+
val canonicalVersionCode = 1698
31+
val canonicalVersionName = "8.13.0"
3232
val currentHotfixVersion = 0
3333
val maxHotfixVersions = 100
3434

0 commit comments

Comments
 (0)