Documentation
¶
Index ¶
Constants ¶
View Source
const ( Major = 1 // Major version component of the current release Minor = 10 // Minor version component of the current release Patch = 65 // Patch version component of the current release Meta = "stable" // Version metadata to append to the version string )
Variables ¶
Version holds the textual version string.
View Source
var VersionWithMeta = func() string { v := Version if Meta != "" { v += "-" + Meta } return v }()
VersionWithMeta holds the textual version string including the metadata.
Functions ¶
func ArchiveVersion ¶
ArchiveVersion holds the textual version string used for Ctxc archives. e.g. "1.8.11-dea1ce05" for stable releases, or
"1.8.13-unstable-21c059b6" for unstable releases
func VersionWithCommit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.