pub const ARTIFACT_BODY_VERSION: u32 = 1;Expand description
Monotonic version of the managed artifact body.
Bump this whenever the rendered body content changes so installed artifacts
can be detected as stale (see installed_version and the doctor
freshness check). Kept in sync with the literal in DELIMITER_BEGIN by a
unit test.