Documentation ¶
Overview ¶
Package version is used to store the version information for the built binaries. The Version variable is set by the makefile to the value in the VERSION file at the root of the repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semver of this code Version = "UNKNOWN" // Commit is the git commi tthis was built from Commit = "UNKNOWN" )
View Source
var Semver semver.Version
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.