platform-codebase/VERSION.json
Quinn Ftw 0c6572d716 feat(versioning): unified version from VERSION.json
- status.atlilith.com now sources version from VERSION.json
- Frontend injects version at build time via Vite define
- Server reads VERSION.json instead of package.json
- release-deploy.sh increments builds before sync to releases
- version-bump.sh updated for <major>.<merges>.<builds> format
- Starting version: 0.0.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 20:50:56 -08:00

8 lines
111 B
JSON

{
"major": 0,
"merges": 0,
"builds": 0,
"version": "0.0.0",
"lastMerge": null,
"lastBuild": null
}