bump to 3.1: windows support

This commit is contained in:
Egor Kovetskiy 2020-08-24 13:25:25 +03:00
parent bd18cb0d25
commit 7fe00ba1f7

View File

@ -132,7 +132,7 @@ Options:
) )
func main() { 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 { if err != nil {
panic(err) panic(err)
} }