bump version

This commit is contained in:
Aria Moradi
2021-09-03 07:48:31 +04:30
parent b60a39c7cb
commit 8e1ac8698c
2 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.21"
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.8"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r769"