Getting ready to merge into main.
This commit is contained in:
@@ -8,15 +8,15 @@ var (
|
||||
// URL is the git URL for the repository.
|
||||
URL = "github.com/Indra-Labs/indra"
|
||||
// GitRef is the gitref, as in refs/heads/branchname.
|
||||
GitRef = "refs/heads/main"
|
||||
GitRef = "refs/heads/ind-bootstrap"
|
||||
// ParentGitCommit is the commit hash of the parent HEAD.
|
||||
ParentGitCommit = "d77ece43a28634a1c8502bac025840d70f3b23e2"
|
||||
ParentGitCommit = "2dc3027cf28b04b52b8bca3839a96267122f8b92"
|
||||
// BuildTime stores the time when the current binary was built.
|
||||
BuildTime = "2022-12-28T16:34:23Z"
|
||||
BuildTime = "2022-12-29T02:49:15Z"
|
||||
// SemVer lists the (latest) git tag on the build.
|
||||
SemVer = "v0.0.255"
|
||||
// PathBase is the path base returned from runtime caller.
|
||||
PathBase = "/home/loki/src/github.com/Indra-Labs/indra/"
|
||||
PathBase = "/home/lyo/Seafile/Git/indra-labs/indra/"
|
||||
// Major is the major number from the tag.
|
||||
Major = 0
|
||||
// Minor is the minor number from the tag.
|
||||
|
||||
Reference in New Issue
Block a user