mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 18:07:33 +00:00
add git hash to binary, print on startup (#2415)
* 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>
This commit is contained in:
4
hscontrol/types/version.go
Normal file
4
hscontrol/types/version.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package types
|
||||
|
||||
var Version = "dev"
|
||||
var GitCommitHash = "dev"
|
Reference in New Issue
Block a user