Skip to content

Commit

Permalink
fix wrong release name
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Feb 19, 2022
1 parent 1176092 commit 454de23
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.1"

val webUIRevisionTag = System.getenv("WebUIRevision") ?: "911"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r911"

// counts commits on the master branch
val tachideskRevision = runCatching {
Expand Down

0 comments on commit 454de23

Please sign in to comment.