bumping again
This commit is contained in:
10
version.go
10
version.go
@@ -1,4 +1,4 @@
|
||||
package indra
|
||||
package indrabase
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@@ -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 = "a14e7883dcadd7a3df691ba8c0e6dabf6e39564c"
|
||||
ParentGitCommit = "fe9482c4643d8fdf877144091da904ab1521c997"
|
||||
// BuildTime stores the time when the current binary was built.
|
||||
BuildTime = "2023-01-29T11:34:33Z"
|
||||
BuildTime = "2023-01-29T11:40:00Z"
|
||||
// SemVer lists the (latest) git tag on the release.
|
||||
SemVer = "v0.0.3"
|
||||
SemVer = "v0.0.4"
|
||||
// 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 = 3
|
||||
Patch = 4
|
||||
)
|
||||
|
||||
// Version returns a pretty printed version information string.
|
||||
|
||||
Reference in New Issue
Block a user