From a4a348e2da973cc1bbb3c8a0cb7051d79adca64b Mon Sep 17 00:00:00 2001 From: MiniStumpy Date: Mon, 16 Sep 2024 16:34:31 +0000 Subject: [PATCH] Update the Minecraft version --- components/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => { -- 2.43.0