Skip to content

Commit

Permalink
fix version number (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyang9527 authored and cdlliuy committed Jan 22, 2019
1 parent f56e5c2 commit 14106f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (as *AutoScaler) GetMetadata() plugin.PluginMetadata {
Name: "AutoScaler",
Version: plugin.VersionType{
Major: 1,
Minor: 0,
Minor: 1,
Build: 0,
},
Commands: []plugin.Command{
Expand Down

0 comments on commit 14106f4

Please sign in to comment.