Release v2.0.1727

This commit is contained in:
Syer10
2025-04-21 13:32:42 -04:00
parent 1d5323a477
commit 22df7e3074
3 changed files with 207 additions and 3 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 = { "v1.1.${getCommitCount()}" }
val getTachideskVersion = { "v2.0.${getCommitCount()}" }
val webUIRevisionTag = "r1689"
val webUIRevisionTag = "r2467"
private val getCommitCount = {
runCatching {