Skip to content

Commit 46d6eeb

Browse files
committed
Bump version to 8.26.1
1 parent 8b0732a commit 46d6eeb

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

33-
val canonicalVersionCode = 1744
34-
val canonicalVersionName = "8.26.0"
33+
val canonicalVersionCode = 1745
34+
val canonicalVersionName = "8.26.1"
3535
val currentHotfixVersion = 0
3636
val maxHotfixVersions = 100
3737

0 commit comments

Comments
 (0)