Skip to content

Commit

Permalink
tailcfg: bump CapabilityVersion
Browse files Browse the repository at this point in the history
bump version for adding NodeAttrSuggestExitNode
Updates tailscale/corp#17516

Signed-off-by: Claire Wang <claire@tailscale.com>
  • Loading branch information
clairew committed Mar 7, 2024
1 parent c662bd9 commit f4ff445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tailcfg/tailcfg.go
Expand Up @@ -128,7 +128,8 @@ type CapabilityVersion int
// - 85: 2024-01-05: Client understands MaxKeyDuration
// - 86: 2024-01-23: Client understands NodeAttrProbeUDPLifetime
// - 87: 2024-02-11: UserProfile.Groups removed (added in 66)
const CurrentCapabilityVersion CapabilityVersion = 87
// - 88: 2024-03-05: NodeAttrSuggestExitNode
const CurrentCapabilityVersion CapabilityVersion = 88

type StableID string

Expand Down

0 comments on commit f4ff445

Please sign in to comment.