tailcfg: bump capver for ingress

Updates tailscale/corp#7515

Signed-off-by: Maisem Ali <maisem@tailscale.com>
pull/6200/head
Maisem Ali 2 years ago committed by Maisem Ali
parent 13bee8e91c
commit a255a08ea6

@ -86,7 +86,8 @@ type CapabilityVersion int
// - 47: 2022-10-11: Register{Request,Response}.NodeKeySignature
// - 48: 2022-11-02: Node.UnsignedPeerAPIOnly
// - 49: 2022-11-03: Client understands EarlyNoise
const CurrentCapabilityVersion CapabilityVersion = 49
// - 50: 2022-11-14: Client understands CapabilityIngress
const CurrentCapabilityVersion CapabilityVersion = 50
type StableID string

Loading…
Cancel
Save