pub const PROGRAM_VERSION: u32 = 2;Expand description
The current Program bundle format revision. A Program records the revision it was compiled with; a loader rejects a bundle newer than itself. Bumped when the serialized shape (or its semantics) changes — independently of the document schema and DSP engine revisions.