This commit is contained in:
Aria Moradi
2022-03-04 19:03:23 +03:30
parent 291a23949a
commit 858784857e
2 changed files with 35 additions and 2 deletions

View File

@@ -12,9 +12,9 @@ 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.1"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.2"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r911"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r929"
// counts commits on the master branch
val tachideskRevision = runCatching {