Files
bare-operating-system/packages/bare-os-booter/lib/ctx/bare-os-ctx-api.js
T
2026-08-18 18:11:28 -04:00

6 lines
209 B
JavaScript

/**
* Semantic version of the booter `ctx` contract for custom kernels.
* Bump when adding/removing/renaming documented `ctx` fields or changing behavior.
*/
export const BARE_OS_CTX_API_VERSION = '1.57.0'