mirror of
https://github.com/juanfont/headscale.git
synced 2025-03-13 08:50:53 +00:00

* add git hash to binary, print on startup Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * update changelog Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
5 lines
61 B
Go
5 lines
61 B
Go
package types
|
|
|
|
var Version = "dev"
|
|
var GitCommitHash = "dev"
|