mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-08 05:36:38 +02:00
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 <bradfitz@tailscale.com> (cherry picked from commit a7da236d3d6c42b547c3e4a3a4eb293c7fed4937)
This commit is contained in:
parent
90423bf3de
commit
7c1a1aa5d9
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user