pub const CURRENT_API_VERSION: u32 = 1; // 1u32Expand description
Current API version
This constant should match the version used by the host. Plugins should use this in their manifest:
ⓘ
MutationManifest {
api_version: ryo_plugin_api::CURRENT_API_VERSION,
// ...
}