mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-23 13:02:34 +01:00
Minor cleanup
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.5.1"
|
||||
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r803"
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r804"
|
||||
|
||||
// counts commits on the master branch
|
||||
val tachideskRevision = runCatching {
|
||||
|
||||
Reference in New Issue
Block a user