bump to 5.5

This commit is contained in:
Egor Kovetskiy 2021-03-29 09:28:16 +03:00
parent 7dbf14a7e3
commit 12510a1208

View File

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