Skip to content

Commit

Permalink
feat: bump up 0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Morita <[email protected]>
  • Loading branch information
mrtc0 committed Mar 23, 2022
1 parent 4a3de21 commit eb840bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased][unreleased]

## [0.0.6] 2022-03-23

### Fix

#### Static Link

bouheki's binary is now statically complaied.

## [0.0.5] 2022-03-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion pkg/audit/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
func NewApp(version string) *cli.App {
app := cli.NewApp()
app.Name = "bouheki"
app.Version = "0.0.5"
app.Version = "0.0.6"
app.Usage = "..."

flags := []cli.Flag{&configFlag}
Expand Down

0 comments on commit eb840bb

Please sign in to comment.