Added notes about how session purchase works to WP

This commit is contained in:
David Vennik
2022-12-10 09:50:44 +01:00
parent 27ff7bd09c
commit cdeeb4dc1e

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 = "1c947633bcf8c49fff106151da27e45c4df635c2"
ParentGitCommit = "5c1f1576c659aaa80aef70aad02d4a01e15b7030"
// BuildTime stores the time when the current binary was built.
BuildTime = "2022-12-10T09:03:35+01:00"
BuildTime = "2022-12-10T09:50:44+01:00"
// SemVer lists the (latest) git tag on the build.
SemVer = "v0.0.165"
SemVer = "v0.0.166"
// 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 = 165
Patch = 166
)
// Version returns a pretty printed version information string.