This commit is contained in:
Aria Moradi
2021-11-29 19:14:40 +03:30
parent 3b73a0fd72
commit 9a226f7b64
2 changed files with 7 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.4"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r867"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r893"
// counts commits on the master branch
val tachideskRevision = runCatching {