Update Solang Solidity compiler to v0.3.1 (#32352)
This commit is contained in:
parent
43e791f3ac
commit
77d46329dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue