This commit is contained in:
Aria Moradi
2022-08-19 00:16:55 +04:30
parent 814166a884
commit cc5a63205c
2 changed files with 24 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ const val kotlinVersion = "1.6.10"
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.3"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.4"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r946"
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"
// counts commits on the master branch