Update Solang Solidity compiler to v0.3.0 (#31756)

This commit is contained in:
Sean Young 2023-05-23 12:58:02 +01:00 committed by GitHub
parent d9d2120d32
commit 7ad43f5653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ fi
# Add Solidity Compiler
if [[ -z "$validatorOnly" ]]; then
base="https://github.com/hyperledger/solang/releases/download"
version="v0.2.3"
version="v0.3.0"
curlopt="-sSfL --retry 5 --retry-delay 2 --retry-connrefused"
case $(uname -s) in