Release v2.1.1867

This commit is contained in:
Syer10
2025-07-31 13:56:03 -04:00
parent 8e8883ba37
commit 7e211ee9a1
3 changed files with 188 additions and 8 deletions

View File

@@ -10,9 +10,9 @@ import java.io.BufferedReader
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val getTachideskVersion = { "v2.0.${getCommitCount()}" }
val getTachideskVersion = { "v2.1.${getCommitCount()}" }
val webUIRevisionTag = "r2467"
val webUIRevisionTag = "r2643"
private val getCommitCount = {
runCatching {