tailcfg: bump capver for using NodeAttrUserDialUseRoutes for DNS

Missed in f62e678df8.

Updates tailscale/corp#18725
Updates #4529

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali 2024-05-06 15:38:24 -07:00 committed by Maisem Ali
parent af97e7a793
commit 482890b9ed
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ type CapabilityVersion int
// - 92: 2024-05-06: Client understands NodeAttrUserDialUseRoutes.
// - 93: 2024-05-06: added support for stateful firewalling.
// - 94: 2024-05-06: Client understands Node.IsJailed.
const CurrentCapabilityVersion CapabilityVersion = 94
// - 95: 2024-05-06: Client uses NodeAttrUserDialUseRoutes to change DNS dialing behavior.
const CurrentCapabilityVersion CapabilityVersion = 95
type StableID string