tailcfg: actually bump capver to 37, add test
I documented capver 37 in 4ee64681a but forgot to bump the actual
constant. I've done this previously too, so add a test to prevent
it from happening again.
Change-Id: I6f7659db1243d30672121a384beb386d9f9f5b98
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
77a92f326d
commit
b33c337baa
+1
-1
@@ -72,7 +72,7 @@ type CapabilityVersion int
|
||||
// 34: 2022-08-02: client understands CapabilityFileSharingTarget
|
||||
// 36: 2022-08-02: added PeersChangedPatch.{Key,DiscoKey,Online,LastSeen,KeyExpiry,Capabilities}
|
||||
// 37: 2022-08-09: added Debug.{SetForceBackgroundSTUN,SetRandomizeClientPort}; Debug are sticky
|
||||
const CurrentCapabilityVersion CapabilityVersion = 36
|
||||
const CurrentCapabilityVersion CapabilityVersion = 37
|
||||
|
||||
type StableID string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user