diff --git a/ui/components/version.tsx b/ui/components/version.tsx index ca051ca..059410f 100644 --- a/ui/components/version.tsx +++ b/ui/components/version.tsx @@ -5,7 +5,7 @@ const versions: { [key: number]: string; } = { 1: "1.0.0", - 42161: "1.0.1 (nightly)", + 42161: "1.1.1 (nightly)", }; export const Version = () => {