type Info struct {
Version string// The version of the release Filename string// The filename of the release (inc extension) FileExt string// The file extension URL string// The URL to download the release from Checksum []byte// The checksum of the release}