update WebUI

This commit is contained in:
Aria Moradi
2021-09-19 17:34:18 +04:30
parent f7901ad843
commit f36bc3f643
2 changed files with 6 additions and 4 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.1"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r805"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807"
// counts commits on the master branch
val tachideskRevision = runCatching {