Now fixed 19 byte long AddrPort field

This commit is contained in:
David Vennik
2022-12-30 12:28:43 +00:00
parent e8835aee22
commit acc6de85d2
5 changed files with 108 additions and 27 deletions

View File

@@ -10,9 +10,9 @@ var (
// GitRef is the gitref, as in refs/heads/branchname.
GitRef = "refs/heads/protocol"
// ParentGitCommit is the commit hash of the parent HEAD.
ParentGitCommit = "c9ec58220a32504d3879e3d73cf4b066bade224f"
ParentGitCommit = "072f42c0f222facb65f6d9478f9682c65789bf37"
// BuildTime stores the time when the current binary was built.
BuildTime = "2022-12-29T16:17:07Z"
BuildTime = "2022-12-30T12:28:43Z"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.1.0"
// PathBase is the path base returned from runtime caller.