mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-23 13:02:34 +01:00
Release v2.0.1727
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user