From 086a7603789eb753f498a5878611d8e289793c45 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 21 Aug 2021 03:55:22 +0430 Subject: [PATCH] update WebUI --- buildSrc/src/main/kotlin/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index a73f2683..7d654e2a 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt" // should be bumped with each stable release val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.6" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r30" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r34" // counts commits on the the master branch val tachideskRevision = runCatching {