"use client"; import { cn } from "@/lib/utils"; export function VersionTag({ version }: { version: string }) { return ( v{version} ); }