one last bump

This commit is contained in:
херетик
2023-01-29 11:44:40 +00:00
parent 907e50a6e0
commit 6a6c5e8dc9

View File

@@ -10,11 +10,11 @@ var (
// GitRef is the gitref, as in refs/heads/branchname.
GitRef = "refs/heads/main"
// ParentGitCommit is the commit hash of the parent HEAD.
ParentGitCommit = "fe9482c4643d8fdf877144091da904ab1521c997"
ParentGitCommit = "907e50a6e03155b5ec546685d2b4df35326ba09c"
// BuildTime stores the time when the current binary was built.
BuildTime = "2023-01-29T11:40:00Z"
BuildTime = "2023-01-29T11:44:40Z"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.0.4"
SemVer = "v0.0.5"
// PathBase is the path base returned from runtime caller.
PathBase = "/opt/indra-labs/indra/"
// Major is the major number from the tag.
@@ -22,7 +22,7 @@ var (
// Minor is the minor number from the tag.
Minor = 0
// Patch is the patch version number from the tag.
Patch = 4
Patch = 5
)
// Version returns a pretty printed version information string.