Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakjan authored Jul 3, 2018
1 parent 9e69f84 commit 6076e1d
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 @@ -104,7 +104,7 @@ func main() {
app := cli.NewApp()
app.Usage = "SSL certificate chain resolver"
app.ArgsUsage = "[INPUT_FILE]"
app.Version = "1.0.1"
app.Version = "1.0.2"
app.HideHelp = true
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 6076e1d

Please sign in to comment.