Starting on defining onion message formal layout

This commit is contained in:
David Vennik
2022-12-05 07:22:37 +01:00
parent 3bef3bafef
commit 01ba16f0e2
4 changed files with 14 additions and 15 deletions

View File

@@ -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 = "f04afa67f0979c474b46e0467c5986fa39b494c2"
ParentGitCommit = "332f068fef9d0f50bdc8c1f96ce7b7b7ec2eca21"
// BuildTime stores the time when the current binary was built.
BuildTime = "2022-12-03T16:03:18+01:00"
BuildTime = "2022-12-05T07:22:37+01:00"
// SemVer lists the (latest) git tag on the build.
SemVer = "v0.0.145"
SemVer = "v0.0.146"
// 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 = 145
Patch = 146
)
// Version returns a pretty printed version information string.