Moving to a single indra executable.

This commit is contained in:
Colin Lyons
2022-12-22 16:51:06 +00:00
parent d8315e9e31
commit 5730c0ef00
4 changed files with 16 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ 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/ind-bootstrap"
GitRef = "refs/heads/indra-bootstrap"
// ParentGitCommit is the commit hash of the parent HEAD.
ParentGitCommit = "8c361507bd145da860c9753d1dfb8951223ffc39"
// BuildTime stores the time when the current binary was built.