tauri_sys::app

Function get_version

Source
pub async fn get_version() -> Result<Version, Error>
Expand description

Gets the application version.

ยงExample

use tauri_api::app::get_version;
     
let version = get_version().await;