Function tauri_sys::app::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;