Returns the current operating system version.
import { version } from '@tauri-apps/plugin-os';const osVersion = version(); Copy
import { version } from '@tauri-apps/plugin-os';const osVersion = version();
2.0.0
Returns the current operating system version.