bump version

This commit is contained in:
Aria Moradi
2021-09-28 00:52:49 +03:30
parent 0aa0d62e03
commit 819ceba17d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Server: v0.5.2-r964 + WebUI: r809
# Server: v0.5.3 + WebUI: r809
## TL;DR
<!-- TODO: fill before release -->

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.2"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r809"