mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-07-19 21:08:40 +08:00
Fix tailscale version
This commit is contained in:
parent
1856411860
commit
3394c1910f
@ -74,7 +74,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
version.SetVersion(tailscaleroot.VersionDotTxt + " (sing-box " + C.Version + ")")
|
||||
version.SetVersion(strings.TrimSpace(tailscaleroot.VersionDotTxt) + "-0-(sing-box " + C.Version + ")")
|
||||
}
|
||||
|
||||
func RegisterEndpoint(registry *endpoint.Registry) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user