# Functions
IsCurrentLatest returns true if the current version string is greater than or equal to latestVersion as per semantic versioning.
ReleaseInfo fetches details related to provided release URL releaseURL should point to a specific version for example: https://api.github.com/repos/goto/optimus/releases/latest.
UpdateNotice returns a notice message if there is a newer version available Note: all errors are ignored.