Function tauri_sys::app::get_tauri_version
source · pub async fn get_tauri_version() -> Result<Version, Error>
Expand description
Gets the Tauri version.
§Example
use tauri_app::app:get_tauri_version;
let version = get_tauri_version().await;