fix wrong release name

This commit is contained in:
Aria Moradi
2022-02-19 05:38:04 +03:30
parent 1176092fc6
commit 454de23844

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.6.1"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "911"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r911"
// counts commits on the master branch
val tachideskRevision = runCatching {