Skip to content

Commit

Permalink
feat: add midnight edition info to version
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Dec 22, 2024
1 parent 7e0812e commit 95391d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ func getVersion() string {
}

v.WriteString(" (" + releaseName + ")")
if moonlight.IsMidnight() {
v.WriteString(" (Midnight Edition)")
}

return v.String()
}
Expand Down

0 comments on commit 95391d7

Please sign in to comment.