We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e2548 commit abf1af4Copy full SHA for abf1af4
buildSrc/src/main/kotlin/Constants.kt
@@ -12,7 +12,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
12
// should be bumped with each stable release
13
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"
14
15
-val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r983"
+val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1335"
16
17
// counts commits on the current checked out branch
18
val getTachideskRevision = {
0 commit comments