Update Solang Solidity compiler to v0.3.1 (#32352)

This commit is contained in:
Lucas Steuernagel 2023-07-03 10:20:49 -03:00 committed by GitHub
parent 43e791f3ac
commit 77d46329dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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