From effdc54f79fd006bbf0d50a743a63f3c02d3d6ab Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Thu, 16 Apr 2020 17:05:04 +0300 Subject: [PATCH] api: update to v0.7.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2102b78..0caa683 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROTO_VERSION=v0.6.1 +PROTO_VERSION=v0.7.0 PROTO_URL=https://github.com/nspcc-dev/neofs-api/archive/$(PROTO_VERSION).tar.gz B=\033[0;1m