update WebUI

This commit is contained in:
Aria Moradi
2021-09-18 02:19:43 +04:30
parent 82d711f077
commit 9ad70990b5
2 changed files with 10 additions and 2 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.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r791"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r800"
// counts commits on the master branch
val tachideskRevision = runCatching {