diff --git a/documentation/src/refine-theme/landing-hero-github-stars.tsx b/documentation/src/refine-theme/landing-hero-github-stars.tsx index 3f42c743..8528b7db 100644 --- a/documentation/src/refine-theme/landing-hero-github-stars.tsx +++ b/documentation/src/refine-theme/landing-hero-github-stars.tsx @@ -3,7 +3,7 @@ import clsx from 'clsx'; import { OrangeStarIcon } from './icons/orange-star'; export const LandingHeroGithubStars = () => { - const [version, setVersion] = useState('0.1'); // Default version + const [version, setVersion] = useState('0.2'); // Default version useEffect(() => { // Function to fetch version information