Skip to content

Commit

Permalink
Merge pull request #102 from zarifpour/main
Browse files Browse the repository at this point in the history
Update index.tsx to display latest release: v0.8.26
  • Loading branch information
mehtavishwa30 committed Jun 5, 2024
2 parents a56dc04 + 14b73f2 commit 1099675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ export default function Home({
<Box>
<Text lineHeight="180%" fontSize="md" mb={4}>
<Link
href="/blog/2024/03/14/solidity-0.8.25-release-announcement/"
href="/blog/2024/05/21/solidity-0.8.26-release-announcement/"
fontWeight="bold"
>
Solidity 0.8.25
Solidity 0.8.26
</Link>{' '}
Introducing the newest version of the Solidity Compiler: v0.8.25. This is a minor release following the Dencun hard-fork on Ethereum mainnet that occurred on March 13, 2024 at 13:55 UTC.
Introducing the newest version of the Solidity Compiler: v0.8.26. This newest version of the compiler brings support for custom errors in require, improved default Yul Optimizer sequence that will speed up compilation via IR, several bugfixes, and more!
</Text>
</Box>
</Flex>
Expand Down

0 comments on commit 1099675

Please sign in to comment.