Skip to content

Commit 54df957

Browse files
Bump version to 8.11.3
1 parent 022b4d9 commit 54df957

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 = 1690
31-
val canonicalVersionName = "8.11.2"
30+
val canonicalVersionCode = 1691
31+
val canonicalVersionName = "8.11.3"
3232
val currentHotfixVersion = 0
3333
val maxHotfixVersions = 100
3434

0 commit comments

Comments
 (0)