Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
chore(cli): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmerrill committed Aug 10, 2023
1 parent de95e88 commit 4ea1396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Run() {
},
Action: func(cCtx *cli.Context) error {
if cCtx.Bool("version") {
fmt.Println("openbin version 1.0.3")
fmt.Println("openbin version 1.0.4")
return nil
}
fmt.Println("Welcome to openbin! Run `openbin help` to get started.")
Expand Down

0 comments on commit 4ea1396

Please sign in to comment.