Skip to content

Commit

Permalink
bump version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Nov 30, 2020
1 parent 63fe97b commit f6e542c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Options:
)

func main() {
args, err := docopt.Parse(usage, nil, true, "3.3.1", false)
args, err := docopt.Parse(usage, nil, true, "3.4", false)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit f6e542c

Please sign in to comment.