Skip to content

Commit ae638e5

Browse files
authored
chore: Bump version const
Otherwise, `houndd -version` spits out the wrong version. Anticipating the patch release that this commit will go out with.
1 parent 27fa1ef commit ae638e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmds/houndd/main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,12 @@ func runHttp( //nolint
115115
return http.ListenAndServe(addr, m)
116116
}
117117

118+
// TODO: Automatically increment this when building a release
118119
func getVersion() semver.Version {
119120
return semver.Version{
120121
Major: 0,
121-
Minor: 4,
122-
Patch: 0,
122+
Minor: 5,
123+
Patch: 1,
123124
}
124125
}
125126

0 commit comments

Comments
 (0)