updated version

This commit is contained in:
daniel31x13
2024-01-02 15:15:14 -05:00
parent 98fbb5b678
commit 7880551c4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
export default function SettingsSidebar({ className }: { className?: string }) {
const LINKWARDEN_VERSION = "v2.4.7";
const LINKWARDEN_VERSION = "v2.4.8";
const { collections } = useCollectionStore();