This commit is contained in:
Aria Moradi
2021-10-10 23:01:58 +03:30
parent e8c4159678
commit b9f8ca1488
2 changed files with 3 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.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r810"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r811"
// counts commits on the master branch
val tachideskRevision = runCatching {