Compare commits

...

2 Commits

Author SHA1 Message Date
Brad Fitzpatrick cb0208161f tailcfg: bump CurrentMapRequestVersion, forgotten earlier
In f45a9e291b (2021-03-04), I tried to bump CurrentMapRequestVersion
to 12 but only documented the meaning of 12 but forgot to actually
increase it from 11.

Mapver 11 was added in ea49b1e811 (2021-03-03).

Fix this in its own commit so we can cherry-pick it to the 1.6 release
branch.

(cherry picked from commit 4145bb7148)
2021-03-17 15:00:08 -07:00
David Anderson ddc975fcb2 VERSION.txt: this is v1.6.0
Signed-off-by: David Anderson <danderson@tailscale.com>
2021-03-16 16:45:38 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.5.0
1.6.0

View File

@ -36,7 +36,7 @@ import (
// 10: 2021-01-17: client understands MapResponse.PeerSeenChange
// 11: 2021-03-03: client understands IPv6, multiple default routes, and goroutine dumping
// 12: 2021-03-04: client understands PingRequest
const CurrentMapRequestVersion = 11
const CurrentMapRequestVersion = 12
type StableID string