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