Files
ProxMenux/AppImage/lib/version.ts
T

12 lines
542 B
TypeScript
Raw Normal View History

// Single source of truth for the app version displayed inside the
// Monitor. Every component that renders the version (dashboard footer,
// SMART report footer, release-notes modal…) imports from here so a
// version bump only has to be applied once per file lane:
//
// 1. AppImage/lib/version.ts ← this file
// 2. AppImage/package.json ← npm/Next.js metadata
// 3. beta_version.txt ← bash pipeline (build_appimage.sh)
//
// Keep the three in sync on every bump.
2026-09-01 19:15:42 +02:00
export const APP_VERSION = "1.2.5"