update WebUI

This commit is contained in:
Aria Moradi
2021-09-19 14:14:21 +04:30
parent 6a0e221153
commit ac601399ac

View File

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