Skip to content

Commit 86f0b3f

Browse files
committed
fix WebUI release name
1 parent 85e3aa3 commit 86f0b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
1414
// should be bumped with each stable release
1515
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.3"
1616

17-
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944g"
17+
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944"
1818
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"
1919

2020
// counts commits on the master branch

0 commit comments

Comments
 (0)