Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
winpat committed Dec 23, 2016
1 parent 854ac05 commit 537a96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func LoadCli() *cli.CLI {
ErrorWriter: os.Stderr,
}

c := cli.NewCLI("vc", "0.0.1")
c := cli.NewCLI("vc", "1.0")
c.Args = os.Args[1:]

c.Commands = map[string]cli.CommandFactory{
Expand Down

0 comments on commit 537a96a

Please sign in to comment.