bump version

This commit is contained in:
Aria Moradi
2022-09-18 09:14:44 +04:30
parent d7663ed56e
commit 9473e88ea9

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.4"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.5"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r946"
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"