Release v2.2.2100

This commit is contained in:
Syer10
2026-05-08 16:45:29 -04:00
parent 76686db6a1
commit ef067ef5b9
3 changed files with 36 additions and 5 deletions
+2 -2
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.1.${getCommitCount()}" }
val getTachideskVersion = { "v2.2.${getCommitCount()}" }
val webUIRevisionTag = "r2643"
val webUIRevisionTag = "r3136"
private val getCommitCount = {
runCatching {