fixing tests, or trisdekaphobia, you be the judge

This commit is contained in:
херетик
2023-06-07 20:01:04 +01:00
parent 556b0661a7
commit efa031008c
5 changed files with 12 additions and 34 deletions

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 = "050e32309721c4423d6e84ea13e0359fc85ecfeb"
ParentGitCommit = "556b0661a703c00cf149a6d32c5374cbc6153a76"
// BuildTime stores the time when the current binary was built.
BuildTime = "2023-06-07T19:42:31+01:00"
BuildTime = "2023-06-07T20:01:04+01:00"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.1.13"
SemVer = "v0.1.14"
// 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 = 13
Patch = 14
)
var CI = "false"