Skip to content

Commit 8b964ca

Browse files
author
Simon Leung
committed
Update basic_plugin.go
1 parent ff03494 commit 8b964ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin_examples/basic_plugin.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ func (c *BasicPlugin) GetMetadata() plugin.PluginMetadata {
5656
Minor: 0,
5757
Build: 0,
5858
},
59+
MinCliVersion: plugin.VersionType{
60+
Major: 6,
61+
Minor: 7,
62+
Build: 0,
63+
},
5964
Commands: []plugin.Command{
6065
plugin.Command{
6166
Name: "basic-plugin-command",

0 commit comments

Comments
 (0)