Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Nov 20, 2019
1 parent d6cb712 commit 536d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arguments.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func getArguments(ss []string) (arguments, error) {
}

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

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

0 comments on commit 536d222

Please sign in to comment.