update WebUI
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
# Server: v0.5.0-r918 + WebUI: r800
|
||||
# Server: v0.5.0-r918 + WebUI: r802
|
||||
## TL;DR
|
||||
<!-- TODO: fill before release -->
|
||||
|
||||
|
||||
@@ -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") ?: "r800"
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r802"
|
||||
|
||||
// counts commits on the master branch
|
||||
val tachideskRevision = runCatching {
|
||||
|
||||
Reference in New Issue
Block a user