We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e3aa3 commit 86f0b3fCopy full SHA for 86f0b3f
buildSrc/src/main/kotlin/Constants.kt
@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
14
// should be bumped with each stable release
15
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.3"
16
17
-val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944g"
+val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944"
18
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"
19
20
// counts commits on the master branch
0 commit comments