Skip to content

Commit

Permalink
support cni version 1.0.0 in plugin
Browse files Browse the repository at this point in the history
Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed Jun 3, 2024
1 parent 0ed9814 commit 45796dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/accelerated-bridge/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func main() {
setupLogger()
p := plugin.NewPlugin()
skel.PluginMain(p.CmdAdd, p.CmdCheck, p.CmdDel,
version.PluginSupports("0.1.0", "0.2.0", "0.3.0", "0.3.1", "0.4.0"), "")
version.All, "")
}

0 comments on commit 45796dd

Please sign in to comment.