Skip to content

Commit 4bba533

Browse files
committed
Bump version to 8.17.4
1 parent a45cf2d commit 4bba533

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

3131
val canonicalVersionCode = 1713
32-
val canonicalVersionName = "8.17.3"
33-
val currentHotfixVersion = 0
32+
val canonicalVersionName = "8.17.4"
33+
val currentHotfixVersion = 1
3434
val maxHotfixVersions = 100
3535

3636
// We don't want versions to ever end in 0 so that they don't conflict with nightly versions

0 commit comments

Comments
 (0)