# Functions
String returns the complete version string, including prerelease.
# Variables
Prerelease stores an optional version string, populated using a combination of the raw version and the dev flag.
SemVer is an instance of version.Version representing the main version without any prerelease information.
Version stores the main version number for this binary, populated from the raw version.