|
|
@ -230,6 +230,9 @@ type Meta struct {
|
|
|
|
// daemon, if requested.
|
|
|
|
// daemon, if requested.
|
|
|
|
DaemonLong string `json:"daemonLong,omitempty"`
|
|
|
|
DaemonLong string `json:"daemonLong,omitempty"`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// GitCommitTime is the commit time of the git commit in GitCommit.
|
|
|
|
|
|
|
|
GitCommitTime string `json:"gitCommitTime,omitempty"`
|
|
|
|
|
|
|
|
|
|
|
|
// Cap is the current Tailscale capability version. It's a monotonically
|
|
|
|
// Cap is the current Tailscale capability version. It's a monotonically
|
|
|
|
// incrementing integer that's incremented whenever a new capability is
|
|
|
|
// incrementing integer that's incremented whenever a new capability is
|
|
|
|
// added.
|
|
|
|
// added.
|
|
|
@ -245,6 +248,7 @@ func GetMeta() Meta {
|
|
|
|
MajorMinorPatch: majorMinorPatch(),
|
|
|
|
MajorMinorPatch: majorMinorPatch(),
|
|
|
|
Short: Short(),
|
|
|
|
Short: Short(),
|
|
|
|
Long: Long(),
|
|
|
|
Long: Long(),
|
|
|
|
|
|
|
|
GitCommitTime: getEmbeddedInfo().commitTime,
|
|
|
|
GitCommit: gitCommit(),
|
|
|
|
GitCommit: gitCommit(),
|
|
|
|
GitDirty: gitDirty(),
|
|
|
|
GitDirty: gitDirty(),
|
|
|
|
ExtraGitCommit: extraGitCommitStamp,
|
|
|
|
ExtraGitCommit: extraGitCommitStamp,
|
|
|
|