mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Expose current git commit
This commit is contained in:
parent
f41067029e
commit
b1a73142b5
3 changed files with 18 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
// Commit is the current git commit.
|
||||
Commit = ""
|
||||
|
||||
// Ver is the full version of Oragono, used in responses to clients.
|
||||
Ver = fmt.Sprintf("oragono-%s", SemVer)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue