bump to v0.4.6

This commit is contained in:
Aria Moradi
2021-08-18 04:29:14 +04:30
parent 291c2e692d
commit b4b7b5d572

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