Skip to content

Commit 70402a6

Browse files
committed
update webUI to r20
1 parent 5c41432 commit 70402a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sourceSets {
102102

103103
// should be bumped with each stable release
104104
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.4"
105-
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r19"
105+
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r20"
106106

107107
// counts commit count on master
108108
val tachideskRevision = runCatching {

0 commit comments

Comments
 (0)