# Functions
GetStringFromFile returns the first line of the passed in file.
GetVersion reads the version.txt and returns the version as a semver.Version.
GetVersionFromString takes the passed in string and attempts to make semver.Version out of it.
# Variables
VersionStringFunc is the function that feeds the version string into GetVersion.