bump to v0.4.7

This commit is contained in:
Aria Moradi
2021-08-21 06:30:45 +04:30
parent 99ec2aca6a
commit da44d3b2b4

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