We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c41432 commit 70402a6Copy full SHA for 70402a6
server/build.gradle.kts
@@ -102,7 +102,7 @@ sourceSets {
102
103
// should be bumped with each stable release
104
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.4"
105
-val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r19"
+val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r20"
106
107
// counts commit count on master
108
val tachideskRevision = runCatching {
0 commit comments