From b80da4dfc81777b12dbeed0661bfc46a13013a16 Mon Sep 17 00:00:00 2001 From: Colin Lyons Date: Thu, 29 Dec 2022 02:50:03 +0000 Subject: [PATCH] Getting ready to merge into main. --- version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.go b/version.go index 89638530..f9792e4c 100644 --- a/version.go +++ b/version.go @@ -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.