Skip to content

Commit

Permalink
bump the version (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschott68 authored May 3, 2023
1 parent 3cef379 commit b39c3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmds/houndd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ func runHttp( //nolint
func getVersion() semver.Version {
return semver.Version{
Major: 0,
Minor: 6,
Patch: 0,
Minor: 7,
Patch: 1,
}
}

Expand Down

0 comments on commit b39c3e7

Please sign in to comment.