Update landing-hero-github-stars.tsx

This commit is contained in:
Stefan Pejcic
2025-05-30 14:45:06 +02:00
committed by GitHub
parent 465f7cf202
commit 77bcbaed31

View File

@@ -27,7 +27,7 @@ export const LandingHeroGithubStars = () => {
});
// Get the latest version from the sorted list
const latestVersion = filteredTags.length > 0 ? filteredTags[0] : '1.2.0'; // new verzija tag
const latestVersion = filteredTags.length > 0 ? filteredTags[0] : '1.3.4'; // new verzija tag
setVersion(latestVersion); // Update the version state
} catch (error) {
console.error('Failed to fetch version:', error);