mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
bump version
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Server: v0.5.2-r964 + WebUI: r809
|
# Server: v0.5.3 + WebUI: r809
|
||||||
## TL;DR
|
## TL;DR
|
||||||
<!-- TODO: fill before release -->
|
<!-- TODO: fill before release -->
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30"
|
|||||||
const val MainClass = "suwayomi.tachidesk.MainKt"
|
const val MainClass = "suwayomi.tachidesk.MainKt"
|
||||||
|
|
||||||
// should be bumped with each stable release
|
// should be bumped with each stable release
|
||||||
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.2"
|
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.3"
|
||||||
|
|
||||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r809"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r809"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user