update webUI to r20
CI Publish / Validate Gradle Wrapper (push) Successful in 13s
CI Publish / Build artifacts and release (push) Failing after 17s

This commit is contained in:
Aria Moradi
2021-08-08 14:18:46 +04:30
parent 5c4143224a
commit 70402a6d3a
+1 -1
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 {