chore: version 2.0.0-alpha.8 — Sacred Valley (Plan 6)

This commit is contained in:
root
2026-06-02 23:02:26 +10:00
parent 9c125cedba
commit 1eadd41990
4 changed files with 23 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import { router as ingestRouter } from './lib/api/routes/ingest.js';
import { router as iconsRouter } from './lib/api/routes/icons.js';
import { startCron } from './lib/cron/index.js';
const VERSION = '2.0.0-alpha.7';
const VERSION = '2.0.0-alpha.8';
export function createApp() {
const app = express();