mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
tailcfg: bump capVer for Noise
Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
parent
c1b3500a05
commit
2bcc047d4f
@ -64,7 +64,8 @@ type CapabilityVersion int
|
|||||||
// 25: 2021-11-01: MapResponse.Debug.Exit
|
// 25: 2021-11-01: MapResponse.Debug.Exit
|
||||||
// 26: 2022-01-12: (nothing, just bumping for 1.20.0)
|
// 26: 2022-01-12: (nothing, just bumping for 1.20.0)
|
||||||
// 27: 2022-02-18: start of SSHPolicy being respected
|
// 27: 2022-02-18: start of SSHPolicy being respected
|
||||||
const CurrentCapabilityVersion CapabilityVersion = 27
|
// 28: 2022-03-09: client can communicate over Noise.
|
||||||
|
const CurrentCapabilityVersion CapabilityVersion = 28
|
||||||
|
|
||||||
type StableID string
|
type StableID string
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user