bump version

This commit is contained in:
Aria Moradi
2021-08-31 17:43:23 +04:30
parent 0066e0b901
commit f0940b7926

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