From b72e7a8d7c57c108a1d2118e5f2ac281da585de2 Mon Sep 17 00:00:00 2001 From: Juan Cobo Betancourt Date: Mon, 18 May 2026 19:37:32 -0700 Subject: [PATCH] Bump footer version constant to v0.4.0 The hardcoded VERSION constant in app/components/layout/footer.tsx was overlooked when the rest of v0.4.0 landed; the deployed footer on fisqua.org tenant subdomains still read "Fisqua v0.3.2". Aligns the displayed version with the actual release. --- app/components/layout/footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/layout/footer.tsx b/app/components/layout/footer.tsx index 5f40521..87f832e 100644 --- a/app/components/layout/footer.tsx +++ b/app/components/layout/footer.tsx @@ -9,10 +9,10 @@ * keeps the gap between the two clusters click-through so users can still * interact with anything below. * - * @version v0.3.2 + * @version v0.4.0 */ -const VERSION = "0.3.2"; +const VERSION = "0.4.0"; export function Footer() { return (