mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
fix WebUI release name
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.6.3"
|
||||
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944g"
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944"
|
||||
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"
|
||||
|
||||
// counts commits on the master branch
|
||||
|
||||
Reference in New Issue
Block a user