We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ad4ff commit cb1093dCopy full SHA for cb1093d
1 file changed
main.go
@@ -52,7 +52,7 @@ Options:
52
)
53
54
func main() {
55
- args, err := docopt.Parse(usage, nil, true, "4.1", false)
+ args, err := docopt.Parse(usage, nil, true, "4.2", false)
56
if err != nil {
57
panic(err)
58
}
0 commit comments