mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 09:54:34 -05:00
add support for the new gnere type in WebUI
This commit is contained in:
@@ -14,7 +14,7 @@ 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") ?: "r769"
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r771"
|
||||
|
||||
// counts commits on the the master branch
|
||||
val tachideskRevision = runCatching {
|
||||
|
||||
Reference in New Issue
Block a user