mirror of
https://github.com/juanfont/headscale.git
synced 2025-12-11 01:13:58 +09: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"
|