Skip to content

Commit

Permalink
Adding min CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuchscherer committed Sep 16, 2015
1 parent 80acfaf commit dde4bbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ func (c *NozzlerCmd) GetMetadata() plugin.PluginMetadata {
Minor: 2,
Build: 0,
},
MinCliVersion: plugin.VersionType{
Major: 6,
Minor: 12,
Build: 0,
},
Commands: []plugin.Command{
{
Name: "nozzle",
Expand Down

0 comments on commit dde4bbb

Please sign in to comment.