10 lines
731 B
TypeScript
10 lines
731 B
TypeScript
/* ═══════════════════════════════════════════════════════════════
|
|
SITE VERSION — src/lib/version.ts
|
|
|
|
One string, bumped by hand when the working directory name
|
|
changes. The admin footer is the only thing reading it today;
|
|
keep it here rather than in a component so the panel, an about
|
|
box or a build banner can read the same value later.
|
|
═══════════════════════════════════════════════════════════════ */
|
|
|
|
export const SITE_VERSION = "NGU-Web.v1.5-history";
|