# Functions
GetSemverVersion returns a semver.Version struct representing the current version.
GetVersion gets the current version string.
VersionStringDefault returns the current version string or returns a dummy default value if there is an error.
# Constants
ExampleVersion shows an example version in the help if no version could be found (which should never really happen!).
TestVersion used in test cases for the current version if no version can be found - such as if the version property is not properly included in the go test flags.
VersionPrefix string for setting pre-release etc.