From 22135381ec2b64adf860f881a0bcce79483594cc Mon Sep 17 00:00:00 2001 From: WorldWidePixel Date: Fri, 30 Aug 2024 15:15:15 +0000 Subject: [PATCH] feat: 1.15.2 Quick and lazy change. --- components/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/NavBar.tsx b/components/NavBar.tsx index 18a4540..6141a1f 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.12.2' + version: '1.15.2' }; const buildDiscordUrl = (): string => {