diff --git a/frontend/package.json b/frontend/package.json index 90385f6..6947739 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.10.0", + "version": "2.26.0", "private": true, "scripts": { "sync-version": "node scripts/sync-version.mjs", diff --git a/frontend/src/lib/version.ts b/frontend/src/lib/version.ts index 7e0be7a..e68b397 100644 --- a/frontend/src/lib/version.ts +++ b/frontend/src/lib/version.ts @@ -1,4 +1,4 @@ // AUTO-GENERATED by scripts/sync-version.mjs from content/changelog.md. // Do not edit by hand — change the top "## X.Y.Z" heading in the changelog. -export const APP_VERSION = "2.10.0"; -export const APP_VERSION_DATE = "2026-08-27"; +export const APP_VERSION = "2.26.0"; +export const APP_VERSION_DATE = "2026-09-11";