This commit is contained in:
Aria Moradi
2021-10-24 23:08:56 +03:30
parent 6389899507
commit 921c41689d
2 changed files with 17 additions and 1 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.4"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r820"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r823"
// counts commits on the master branch
val tachideskRevision = runCatching {