# Functions
IsVersion returns whether str is a valid release version with no -rc component.
VersionCmp returns an int indicating the difference between a and b.
# Constants
IssuesURL is the URL of the location where issues and bugs should be reported.
MaxEncodedVersionLength is the maximum length of a version string encoded with the encode package.
# Variables
BuildTime is the date and time the build was completed.
ClientBinaryName is the name of the client binary.
ClientVersion is the current version of the client software.
GitRevision is the git commit hash used when built.
NodeBinaryName is the name of the node binary.
NodeVersion is the current version of the node software.