getVersion
getVersion():
Promise
<string
>
Defined in: app.ts:62
Gets the application version.
Promise
<string
>
import { getVersion } from '@tauri-apps/api/app';const appVersion = await getVersion();
1.0.0
© 2025 Tauri Contributors. CC-BY / MIT