This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
headscale
Watch
1
Star
0
Fork
0
You've already forked headscale
mirror of
https://github.com/juanfont/headscale.git
synced
2025-08-11 14:27:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
headscale
/
hscontrol
/
types
/
version.go
7 lines
69 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
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>
2025-02-07 13:49:34 +01:00
package
types
integration: replace time.Sleep with assert.EventuallyWithT (#2680)
2025-07-10 23:38:55 +02:00
var
(
Version
=
"dev"
GitCommitHash
=
"dev"
)
Reference in New Issue
Copy Permalink