Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Link Dupont <[email protected]>
  • Loading branch information
subpop committed Feb 11, 2020
1 parent c66e60a commit b2a0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {

app = cli.NewApp()
app.Name = "vm"
app.Version = "0.1"
app.Version = "0.1.1"
app.Usage = "control virtual machines"
app.Description = "`vm` is a program to manage and interact with virtual machines."
app.EnableBashCompletion = true
Expand Down

0 comments on commit b2a0ea0

Please sign in to comment.