Files
elysium/apps/api/src/data/schemaVersion.ts
T
hikari 133c81fefe
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m9s
CI / Lint, Build & Test (push) Successful in 1m11s
chore: bump schema version to 2 for v0.4.0 balance pass
2026-03-31 20:06:13 -07:00

12 lines
292 B
TypeScript

/**
* @file Schema version tracking for game state.
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
/**
* The current game state schema version. Bump this whenever a breaking change is made to GameState.
*/
export const currentSchemaVersion = 2;