tailcfg: bump capver for 1.38
Signed-off-by: Maisem Ali <maisem@tailscale.com>pull/7548/head
parent
09aed46d44
commit
56526ff57f
|
@ -94,7 +94,8 @@ type CapabilityVersion int
|
|||
// - 55: 2023-01-23: start of c2n GET+POST /update handler
|
||||
// - 56: 2023-01-24: Client understands CapabilityDebugTSDNSResolution
|
||||
// - 57: 2023-01-25: Client understands CapabilityBindToInterfaceByRoute
|
||||
const CurrentCapabilityVersion CapabilityVersion = 57
|
||||
// - 58: 2023-03-10: Client retries lite map updates before restarting map poll.
|
||||
const CurrentCapabilityVersion CapabilityVersion = 58
|
||||
|
||||
type StableID string
|
||||
|
||||
|
|
Loading…
Reference in New Issue