update WebUI

This commit is contained in:
Aria Moradi
2021-09-09 23:05:58 +04:30
parent 26e61959ae
commit 76efa71c68
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r781"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r788"
// counts commits on the the master branch
// counts commits on the master branch
val tachideskRevision = runCatching {
System.getenv("ProductRevision") ?: Runtime
.getRuntime()