This commit is contained in:
Aria Moradi
2021-10-30 14:25:23 +03:30
parent 91df90d760
commit 82837e38d2
2 changed files with 17 additions and 3 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") ?: "r823"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r836"
// counts commits on the master branch
val tachideskRevision = runCatching {