This commit is contained in:
Aria Moradi
2021-11-01 02:05:02 +03:30
parent ee33acc561
commit 8a4ddbc6df
2 changed files with 67 additions and 23 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") ?: "r836"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r855"
// counts commits on the master branch
val tachideskRevision = runCatching {