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