Skip to content

Commit 906801c

Browse files
Bump version to 8.10.3
1 parent e876451 commit 906801c

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

3030
val canonicalVersionCode = 1687
31-
val canonicalVersionName = "8.10.2"
32-
val currentHotfixVersion = 0
31+
val canonicalVersionName = "8.10.3"
32+
val currentHotfixVersion = 1
3333
val maxHotfixVersions = 100
3434

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

0 commit comments

Comments
 (0)