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

Commit

Permalink
Bumped version from 1.1 to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
winpat authored Jun 29, 2017
1 parent 182b849 commit ea1f929
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 @@ -69,7 +69,7 @@ func LoadCli() *cli.CLI {
ErrorWriter: os.Stderr,
}

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

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

0 comments on commit ea1f929

Please sign in to comment.