Skip to content

Commit

Permalink
Merge pull request #31 from hyperledger/solidity-0.8.26
Browse files Browse the repository at this point in the history
added solidity 0.8.26
  • Loading branch information
NickSneo authored May 23, 2024
2 parents c969bc1 + d31a341 commit 4615aa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

*
* Added solidity version 0.8.26 [#31](https://github.com/hyperledger/web3j-sokt/pull/31)

### BREAKING CHANGES

Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,11 @@
"windows_url": "https://github.com/ethereum/solidity/releases/download/v0.8.25/solc-windows.exe",
"mac_url": "https://github.com/ethereum/solidity/releases/download/v0.8.25/solc-macos",
"linux_url": "https://github.com/ethereum/solidity/releases/download/v0.8.25/solc-static-linux"
},
{
"version": "0.8.26",
"windows_url": "https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-windows.exe",
"mac_url": "https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-macos",
"linux_url": "https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-static-linux"
}
]

0 comments on commit 4615aa9

Please sign in to comment.