bump WebUI

This commit is contained in:
Aria Moradi
2022-05-06 20:19:11 +04:30
parent 5bbc1dedef
commit 85e3aa34ac
2 changed files with 23 additions and 1 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.6.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r942"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944g"
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"
// counts commits on the master branch