update webUI to r20
This commit is contained in:
@@ -102,7 +102,7 @@ sourceSets {
|
|||||||
|
|
||||||
// should be bumped with each stable release
|
// should be bumped with each stable release
|
||||||
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.4"
|
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
|
// counts commit count on master
|
||||||
val tachideskRevision = runCatching {
|
val tachideskRevision = runCatching {
|
||||||
|
|||||||
Reference in New Issue
Block a user