Skip to content

Commit fa8386c

Browse files
Bump version to 8.17.2
1 parent b6d0e5d commit fa8386c

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
@@ -28,8 +28,8 @@ plugins {
2828
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
2929
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
3030

31-
val canonicalVersionCode = 1711
32-
val canonicalVersionName = "8.17.1"
31+
val canonicalVersionCode = 1712
32+
val canonicalVersionName = "8.17.2"
3333
val currentHotfixVersion = 0
3434
val maxHotfixVersions = 100
3535

0 commit comments

Comments
 (0)