This commit is contained in:
Syer10
2024-02-23 12:13:42 -05:00
parent 1c417e909a
commit da4275530d

View File

@@ -10,9 +10,9 @@ import java.io.BufferedReader
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"
val tachideskVersion = System.getenv("ProductVersion") ?: "v1.0.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1397"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1409"
// counts commits on the current checked out branch
val getTachideskRevision = {