Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Nov 16, 2018
1 parent 29230ca commit 36ee916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arguments.go
Expand Up @@ -98,7 +98,7 @@ func getArguments(ss []string) (arguments, error) {
}

func parseArguments(u string, ss []string) map[string]interface{} {
args, err := docopt.ParseArgs(u, ss, "0.6.1")
args, err := docopt.ParseArgs(u, ss, "1.0.0")

if err != nil {
panic(err)
Expand Down

0 comments on commit 36ee916

Please sign in to comment.