Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou Yu authored Mar 24, 2017
1 parent 0cfe483 commit ae8066f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
Ui: ui,
}

c := cli.NewCLI("copy-pasta", "0.0.1")
c := cli.NewCLI("copy-pasta", "0.1.1")

// no copy-pasta is passed down
c.Args = os.Args[1:]
Expand Down

0 comments on commit ae8066f

Please sign in to comment.