Skip to content

Commit 439760e

Browse files
Bump version to 8.10.1
1 parent 7560896 commit 439760e

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 = 1685
31-
val canonicalVersionName = "8.10.0"
30+
val canonicalVersionCode = 1686
31+
val canonicalVersionName = "8.10.1"
3232
val currentHotfixVersion = 0
3333
val maxHotfixVersions = 100
3434

0 commit comments

Comments
 (0)