Documentation
¶
Index ¶
Constants ¶
View Source
const Latest = "latest"
Variables ¶
View Source
var ( // Version hold a semantic version of the running binary. Version = "v0.0.0" // Commit holds the commit hash against which the binary build was ran. Commit string // BuildTime holds timestamp when the binary build was ran. BuildTime string // Release indicates if built binary is an official release. Release = "false" )
Functions ¶
func CurrentVersion ¶ added in v0.5.3
func CurrentVersion() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.