Skip to content

Commit b6974be

Browse files
committed
Bump v1.4.0 -> v1.5.6
1 parent 48a0c90 commit b6974be

File tree

1 file changed

+1
-1
lines changed
  • src/components/shared/About/Info

1 file changed

+1
-1
lines changed

src/components/shared/About/Info/Info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CloseButton } from '@/components/shared/Forms/Buttons/Buttons';
1313
const InfoModel = (props: any) => {
1414
const t = useTranslations();
1515

16-
const [version, setVersion] = useState('v1.4.0');
16+
const [version, setVersion] = useState('v1.5.6');
1717

1818
return (
1919
<>

0 commit comments

Comments
 (0)