• The installed app version. Only the packaged desktop build knows this (it comes from tauri.conf.json via the app plugin); the browser dev server has no such notion, so it returns null and the UI degrades to "can't compare".

    Returns Promise<null | string>