Skip to content

Commit

Permalink
Update bundled webui (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Jan 5, 2024
1 parent 61e2548 commit abf1af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"

val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r983"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1335"

// counts commits on the current checked out branch
val getTachideskRevision = {
Expand Down

0 comments on commit abf1af4

Please sign in to comment.