Update landing-hero-github-stars.tsx

This commit is contained in:
Stefan Pejcic 2025-06-01 19:53:56 +02:00 committed by GitHub
parent 8779d89cf2
commit 8d014208b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.3.4'; // new verzija tag
const latestVersion = filteredTags.length > 0 ? filteredTags[0] : '1.3.5'; // new verzija tag
setVersion(latestVersion); // Update the version state
} catch (error) {
console.error('Failed to fetch version:', error);