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

Update brizo version to v0.4.4

This commit is contained in:
ssallam 2019-09-17 15:50:52 +02:00
parent d127df91a2
commit afe72132e2
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ You can override the Docker image tag used for a particular component by setting
For example:
```bash
export BRIZO_VERSION=v0.2.1
export BRIZO_VERSION=v0.4.4
./start_ocean.sh
```

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.2}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.4.4}
export EVENTS_HANDLER_VERSION=${EVENTS_HANDLER_VERSION:-v0.1.2}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.11.1}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.5.1}