diff --git a/components/NavBar.tsx b/components/NavBar.tsx index 15b4efb..3e56612 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -43,7 +43,7 @@ export default function NavBar({ currentPage }: { currentPage: string }) { const router = useRouter(); const server = { - version: '1.15.2', + version: '1.16.5', }; const buildDiscordUrl = (): string => {