Merge branch 'main' into protocol

# Conflicts:
#	version.go
This commit is contained in:
David Vennik
2023-01-17 11:14:29 +00:00

View File

@@ -8,13 +8,13 @@ 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/protocol"
GitRef = "refs/heads/main"
// ParentGitCommit is the commit hash of the parent HEAD.
ParentGitCommit = "4b314c607788a95aa35d75fc0966816752a51579"
ParentGitCommit = "6669de9359063047d5a03bf0e50084a35628a30a"
// BuildTime stores the time when the current binary was built.
BuildTime = "2023-01-14T22:08:29Z"
BuildTime = "2023-01-16T21:18:00Z"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.1.7"
SemVer = "v0.1.8"
// PathBase is the path base returned from runtime caller.
PathBase = "/home/loki/src/github.com/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 = 1
// Patch is the patch version number from the tag.
Patch = 7
Patch = 8
)
// Version returns a pretty printed version information string.