Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Jun 22, 2015
1 parent c46c989 commit cda3a84
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 @@ -18,7 +18,7 @@ import (
type empty struct{}

func main() {
args, err := docopt.Parse(usage, nil, true, "cookiescan 0.1", false)
args, err := docopt.Parse(usage, nil, true, "cookiescan 1.0.0", false)
if err != nil {
log.Fatal("Error parsing usage. Error: ", err.Error())
}
Expand Down

0 comments on commit cda3a84

Please sign in to comment.