Minor cleanup

This commit is contained in:
Aria Moradi
2021-09-19 00:59:04 +04:30
parent f1a077dc2f
commit 6a949fc851
2 changed files with 9 additions and 11 deletions

View File

@@ -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 {