mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
bump version
This commit is contained in:
@@ -12,7 +12,7 @@ const val kotlinVersion = "1.6.10"
|
||||
const val MainClass = "suwayomi.tachidesk.MainKt"
|
||||
|
||||
// should be bumped with each stable release
|
||||
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.4"
|
||||
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.5"
|
||||
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r946"
|
||||
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"
|
||||
|
||||
Reference in New Issue
Block a user