1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

bump to Brizo v0.4.2

This commit is contained in:
Matthias Kretschmann 2019-09-11 11:33:01 +02:00 committed by GitHub
parent 6452111ddd
commit 555c7053ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Brizo, Keeper Contracts and Pleuston
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.8}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.4.1}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.4.2}
export EVENTS_HANDLER_VERSION=${EVENTS_HANDLER_VERSION:-latest}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.11.1}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.5.1}