1
0
Fork 0
forked from External/ergo

Expose current git commit

This commit is contained in:
Daniel Oaks 2018-04-09 10:08:54 +10:00
parent f41067029e
commit b1a73142b5
3 changed files with 18 additions and 0 deletions

View file

@ -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)