bump version

This commit is contained in:
Aria Moradi
2021-10-18 14:41:01 +03:30
parent 6c4ca36c09
commit d35e31e02d
2 changed files with 5 additions and 3 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.3"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.4"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r820"