tailcfg: bump capver for NodeAttrDisableSplitDNSWhenNoCustomResolvers

Missed in b65221999ca2644e917efce394dc0c9603cfacb7.

Updates tailscale/corp#15802

Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
Nick Khyl 2024-06-10 17:48:01 -05:00 committed by Nick Khyl
parent 93cd2ab224
commit 3672f66c74

View File

@ -137,7 +137,8 @@ type CapabilityVersion int
// - 94: 2024-05-06: Client understands Node.IsJailed.
// - 95: 2024-05-06: Client uses NodeAttrUserDialUseRoutes to change DNS dialing behavior.
// - 96: 2024-05-29: Client understands NodeAttrSSHBehaviorV1
const CurrentCapabilityVersion CapabilityVersion = 96
// - 97: 2024-06-06: Client understands NodeAttrDisableSplitDNSWhenNoCustomResolvers
const CurrentCapabilityVersion CapabilityVersion = 97
type StableID string