Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
bump plugin version to 0.0.6
Browse files Browse the repository at this point in the history
I forgot to do this for 0.0.5 so there was a mismatch. This bump makes
them both aligned.
  • Loading branch information
Christopher Brown committed Feb 2, 2018
1 parent 4c9ea1d commit 1fb208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopilot.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (AutopilotPlugin) GetMetadata() plugin.PluginMetadata {
Version: plugin.VersionType{
Major: 0,
Minor: 0,
Build: 4,
Build: 6,
},
Commands: []plugin.Command{
{
Expand Down

0 comments on commit 1fb208c

Please sign in to comment.