tailcfg: bump CurrentCapabilityVersion for EarlyNoise

Updates #5972

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali 2022-11-04 02:30:38 +05:00 committed by Maisem Ali
parent a413fa4f85
commit 0759d78f12
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ type CapabilityVersion int
// - 46: 2022-10-04: c2n /debug/component-logging // - 46: 2022-10-04: c2n /debug/component-logging
// - 47: 2022-10-11: Register{Request,Response}.NodeKeySignature // - 47: 2022-10-11: Register{Request,Response}.NodeKeySignature
// - 48: 2022-11-02: Node.UnsignedPeerAPIOnly // - 48: 2022-11-02: Node.UnsignedPeerAPIOnly
const CurrentCapabilityVersion CapabilityVersion = 48 // - 49: 2022-11-03: Client understands EarlyNoise
const CurrentCapabilityVersion CapabilityVersion = 49
type StableID string type StableID string