# Functions
All returns a list of all known fork versions.
BuildData returns the git tag and commit of the current build.
FromString translates a canonical version name to the version number.
SemanticVersion returns the Major.Minor.Patch version of this build.
String returns the canonical string form of a version.
Version returns the version string of this build.
# Variables
ErrUnrecognizedVersionName means a string does not match the list of canonical version names.