bumping to update godoc

This commit is contained in:
l0k18
2023-07-01 21:28:07 +01:00
parent da5d4c8ba5
commit 125ad8c532
2 changed files with 6 additions and 6 deletions

View File

@@ -25,13 +25,13 @@ const (
// BuildTime stores the time when the current binary was built.
BuildTime = "2023-06-17T09:14:01+01:00"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.1.15"
SemVer = "v0.1.17"
// Major is the major number from the tag.
Major = 0
// Minor is the minor number from the tag.
Minor = 1
// Patch is the patch version number from the tag.
Patch = 15
Patch = 17
)
var CI = "false"

View File

@@ -21,17 +21,17 @@ const (
// GitRef is the gitref, as in refs/heads/branchname.
GitRef = "refs/heads/master"
// ParentGitCommit is the commit hash of the parent HEAD.
ParentGitCommit = "88d5987612e40fe889fa0f8ac553a9b3a22c01ff"
ParentGitCommit = "da5d4c8ba58e8a398fafe7175a4b9e9362709ff1"
// BuildTime stores the time when the current binary was built.
BuildTime = "2023-07-01T20:50:47+01:00"
BuildTime = "2023-07-01T21:28:07+01:00"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.1.16"
SemVer = "v0.1.17"
// Major is the major number from the tag.
Major = 0
// Minor is the minor number from the tag.
Minor = 1
// Patch is the patch version number from the tag.
Patch = 16
Patch = 17
)
var CI = "false"