Skip to content

Commit

Permalink
fix WebUI release name
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed May 6, 2022
1 parent 85e3aa3 commit 86f0b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.3"

val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944g"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r944"
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"

// counts commits on the master branch
Expand Down

0 comments on commit 86f0b3f

Please sign in to comment.