update webUI to r20

This commit is contained in:
Aria Moradi
2021-08-08 14:18:46 +04:30
parent 5c4143224a
commit 70402a6d3a

View File

@@ -102,7 +102,7 @@ sourceSets {
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.4"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r19"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r20"
// counts commit count on master
val tachideskRevision = runCatching {