# Functions
IsDevelopment returns true if the build type is not "release", and true otherwise.
Semver returns the build's parsed release version.
ShortString returns a machine-readable version string.
String returns a long, human-readable version string.
Version returns the version string as-is, even if empty.
# Variables
ErrIsDevelopment is returned whenever functions are called that require a valid release version (generally, a valid semantic version) to parse.