Skip to content

Commit

Permalink
add 1.80 to capver
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Jan 31, 2025
1 parent e172c29 commit 1cbce7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hscontrol/capver/capver_generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var tailscaleToCapVer = map[string]tailcfg.CapabilityVersion{
"v1.76.6": 106,
"v1.78.0": 109,
"v1.78.1": 109,
"v1.80.0": 113,
}


Expand All @@ -51,4 +52,5 @@ var capVerToTailscaleVer = map[tailcfg.CapabilityVersion]string{
104: "v1.72.0",
106: "v1.74.0",
109: "v1.78.0",
113: "v1.80.0",
}

0 comments on commit 1cbce7c

Please sign in to comment.