Tauri Core API - v2.6.0
    Preparing search index...

    Function getVersion

    • Gets the application version.

      Returns Promise<string>

      import { getVersion } from '@tauri-apps/api/app';
      const appVersion = await getVersion();

      1.0.0