bump to 5.1

This commit is contained in:
Egor Kovetskiy 2021-02-04 12:18:59 +03:00
parent c17a3d02d0
commit a3064a64af

View File

@ -52,7 +52,7 @@ Options:
)
func main() {
args, err := docopt.Parse(usage, nil, true, "5.0", false)
args, err := docopt.Parse(usage, nil, true, "5.1", false)
if err != nil {
panic(err)
}