This commit is contained in:
Aria Moradi
2021-11-13 13:27:17 +03:30
parent 2cb2ded2d9
commit 3a97d7c8be
2 changed files with 6 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") ?: "r862"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r864"
// counts commits on the master branch
val tachideskRevision = runCatching {