Skip to content

Commit

Permalink
Update version in main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dschott68 committed Feb 25, 2021
1 parent 41d085a commit 6249481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/houndd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func runHttp( //nolint
func getVersion() semver.Version {
return semver.Version{
Major: 0,
Minor: 3,
Minor: 4,
Patch: 0,
}
}
Expand Down

0 comments on commit 6249481

Please sign in to comment.