This commit is contained in:
Aria Moradi
2022-04-07 15:54:42 +04:30
parent 5a32ccfa7a
commit a26b8ecca0
2 changed files with 44 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.2"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r929"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r942"
// counts commits on the master branch
val tachideskRevision = runCatching {