CURRENT_API_VERSION

Constant CURRENT_API_VERSION 

Source
pub const CURRENT_API_VERSION: u32 = 1;
Expand description

Current API version

This constant should match the version used by the host. Plugins should use this in their manifest:

NodeManifest {
    api_version: glitcher_api::CURRENT_API_VERSION,
    // ...
}