# Functions

InitializePluginVersion initializes the SemVer and returns a version var.
NewPluginVersion initializes the SemVer and returns a PluginVersion from it.
NewRawVersion is made for more freeform version strings.

# Variables

The git commit that was compiled.
SDKVersion is used by the plugin set to allow Packer to recognize what version of the sdk the plugin is.
Package version helps plugin creators set and track the sdk version using.
The metadata for the version, this is optional information to add around a particular release.
A pre-release marker for the version.

# Structs

No description provided by the author