Skip to content

Commit abf1af4

Browse files
authored
Update bundled webui (#802)
1 parent 61e2548 commit abf1af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
1212
// should be bumped with each stable release
1313
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"
1414

15-
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r983"
15+
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1335"
1616

1717
// counts commits on the current checked out branch
1818
val getTachideskRevision = {

0 commit comments

Comments
 (0)