Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The git commit that was compiled. This will be filled in by the compiler. GitCommit string GitDescribe string // Whether cgo is enabled or not; set at build time CgoEnabled bool Version = "1.9.0" VersionPrerelease = "" VersionMetadata = "" )
View Source
var PackerVersion *pluginVersion.PluginVersion
View Source
var SemVer *version.Version
SemVer is an instance of version.Version. This has the secondary benefit of verifying during tests and init time that our version is a proper semantic version, which should always be the case.
Functions ¶
func FormattedVersion ¶
func FormattedVersion() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.