6 lines
209 B
JavaScript
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'
|