tailcfg: tweak documentation for map version 11

version: bump date.
pull/1441/head
David Anderson 3 years ago
parent ea49b1e811
commit 2e347d1e10

@ -34,7 +34,7 @@ import (
// 8: 2020-12-19: client can buggily receive IPv6 addresses and routes if beta enabled server-side
// 9: 2020-12-30: client doesn't auto-add implicit search domains from peers; only DNSConfig.Domains
// 10: 2021-01-17: client understands MapResponse.PeerSeenChange
// 11: 2021-03-03: client understands IPv6 and multiple nodes with default routes
// 11: 2021-03-03: client understands IPv6, multiple default routes, and goroutine dumping
const CurrentMapRequestVersion = 11
type StableID string

@ -10,7 +10,7 @@ package version
// Long is a full version number for this build, of the form
// "x.y.z-commithash", or "date.yyyymmdd" if no actual version was
// provided.
const Long = "date.20210226"
const Long = "date.20210303"
// Short is a short version number for this build, of the form
// "x.y.z", or "date.yyyymmdd" if no actual version was provided.

Loading…
Cancel
Save