Skip to content

Commit b39c3e7

Browse files
authored
bump the version (#457)
1 parent 3cef379 commit b39c3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmds/houndd/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ func runHttp( //nolint
119119
func getVersion() semver.Version {
120120
return semver.Version{
121121
Major: 0,
122-
Minor: 6,
123-
Patch: 0,
122+
Minor: 7,
123+
Patch: 1,
124124
}
125125
}
126126

0 commit comments

Comments
 (0)