Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakjan committed Apr 27, 2021
1 parent 34acbc4 commit 87e1024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USAGE:
cert-chain-resolver [global options] [INPUT_FILE]
VERSION:
1.0.1
1.0.3
GLOBAL OPTIONS:
--output OUTPUT_FILE, -o OUTPUT_FILE output to OUTPUT_FILE (default: stdout)
Expand Down
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.2"
app.Version = "1.0.3"
app.HideHelp = true
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 87e1024

Please sign in to comment.