From a7da236d3d6c42b547c3e4a3a4eb293c7fed4937 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 12 Jan 2022 15:00:20 -0800 Subject: [PATCH] tailcfg: no-op bump of MapRequest.Version So 1.18 and 1.20 don't have the same. Change-Id: Ib2cac7c11eb37d9a0c2fcb66630f1cae619a97f4 Signed-off-by: Brad Fitzpatrick --- tailcfg/tailcfg.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index e0e60f923..07a1a1e38 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -48,7 +48,8 @@ import ( // 23: 2021-08-25: DNSConfig.Routes values may be empty (for ExtraRecords support in 1.14.1+) // 24: 2021-09-18: MapResponse.Health from control to node; node shows in "tailscale status" // 25: 2021-11-01: MapResponse.Debug.Exit -const CurrentMapRequestVersion = 25 +// 26: 2022-01-12: (nothing, just bumping for 1.20.0) +const CurrentMapRequestVersion = 26 type StableID string