From afe72132e28a903fcaf141abfb8edc132fa581ba Mon Sep 17 00:00:00 2001 From: ssallam Date: Tue, 17 Sep 2019 15:50:52 +0200 Subject: [PATCH] Update brizo version to v0.4.4 --- README.md | 2 +- start_ocean.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c717131..07676cd 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/start_ocean.sh b/start_ocean.sh index 2f06e18..09c9230 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -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}