bump version

This commit is contained in:
Aria Moradi
2021-11-29 19:24:07 +03:30
parent 9a226f7b64
commit 2c6d043277
2 changed files with 46 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30"
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.4"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r893"