Skip to content

Commit

Permalink
bump to 5.0, new markdown renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Feb 3, 2021
1 parent c22c6c1 commit f338ed9
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 @@ -52,7 +52,7 @@ Options:
)

func main() {
args, err := docopt.Parse(usage, nil, true, "4.2", false)
args, err := docopt.Parse(usage, nil, true, "5.0", false)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit f338ed9

Please sign in to comment.