tailcfg: bump CurrentCapabilityVersion for EarlyNoise
Updates #5972 Signed-off-by: Maisem Ali <maisem@tailscale.com>pull/6192/head
parent
a413fa4f85
commit
0759d78f12
|
@ -85,7 +85,8 @@ type CapabilityVersion int
|
|||
// - 46: 2022-10-04: c2n /debug/component-logging
|
||||
// - 47: 2022-10-11: Register{Request,Response}.NodeKeySignature
|
||||
// - 48: 2022-11-02: Node.UnsignedPeerAPIOnly
|
||||
const CurrentCapabilityVersion CapabilityVersion = 48
|
||||
// - 49: 2022-11-03: Client understands EarlyNoise
|
||||
const CurrentCapabilityVersion CapabilityVersion = 49
|
||||
|
||||
type StableID string
|
||||
|
||||
|
|
Loading…
Reference in New Issue