tailcfg: bump capver for 1.38

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali 2023-03-10 10:26:07 -08:00 committed by Maisem Ali
parent 09aed46d44
commit 56526ff57f
1 changed files with 2 additions and 1 deletions

View File

@ -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