This commit is contained in:
Aria Moradi
2022-02-19 05:29:46 +03:30
parent 0fc2c57395
commit 1176092fc6
2 changed files with 3 additions and 2 deletions

View File

@@ -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.0"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.1"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "911"