Skip to content

Commit

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

0 comments on commit c89e01f

Please sign in to comment.