bump version

This commit is contained in:
Aria Moradi
2021-09-19 17:36:46 +04:30
parent f36bc3f643
commit bc2072e81f
2 changed files with 4 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.1"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.2"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807"