Skip to content

Commit

Permalink
bump to 3.1: windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Aug 24, 2020
1 parent bd18cb0 commit 7fe00ba
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 @@ -132,7 +132,7 @@ Options:
)

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

0 comments on commit 7fe00ba

Please sign in to comment.