mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-30 15:34:15 +01:00
update WebUI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Server: v0.4.9-r882 + WebUI: r771
|
||||
# Server: v0.4.9-r882 + WebUI: r776
|
||||
## Tachidesk-Server
|
||||
### Public API
|
||||
#### Non-breaking changes
|
||||
|
||||
@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
|
||||
// should be bumped with each stable release
|
||||
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9"
|
||||
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r771"
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r776"
|
||||
|
||||
// counts commits on the the master branch
|
||||
val tachideskRevision = runCatching {
|
||||
|
||||
Reference in New Issue
Block a user