Gets the application version.
import { getVersion } from '@tauri-apps/api/app';const appVersion = await getVersion(); Copy
import { getVersion } from '@tauri-apps/api/app';const appVersion = await getVersion();
1.0.0
Gets the application version.