Updated to subtly coloured logo version
This commit is contained in:
@@ -13,11 +13,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 = "873221ba2a6ba32a6f7f204eaa728f2ff9e004db"
|
||||
ParentGitCommit = "cdb9c81832ebc38882ac9d543baaaa2c35cd69e8"
|
||||
// BuildTime stores the time when the current binary was built.
|
||||
BuildTime = "2022-11-28T15:41:28+01:00"
|
||||
BuildTime = "2022-11-28T16:10:55+01:00"
|
||||
// SemVer lists the (latest) git tag on the build.
|
||||
SemVer = "v0.0.135"
|
||||
SemVer = "v0.0.136"
|
||||
// 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.
|
||||
@@ -25,7 +25,7 @@ var (
|
||||
// Minor is the minor number from the tag.
|
||||
Minor = 0
|
||||
// Patch is the patch version number from the tag.
|
||||
Patch = 135
|
||||
Patch = 136
|
||||
)
|
||||
|
||||
// Version returns a pretty printed version information string.
|
||||
|
||||
Reference in New Issue
Block a user