From b29c2dac6743dbdea635dfeca4703bb4e98403d6 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Mon, 1 Mar 2021 12:00:51 +0300 Subject: [PATCH] [#50] Bump versions of inner ring and storage nodes to v0.16.0 Signed-off-by: Leonard Lyubich --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index a428a04..90310d4 100644 --- a/.env +++ b/.env @@ -10,11 +10,11 @@ NEOGO_VERSION=0.93.0 MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.4.0/devenv_sidechain.gz" # NeoFS InnerRing nodes -IR_VERSION=0.15.0 +IR_VERSION=0.16.0 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.15.0 +NODE_VERSION=0.16.0 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate