From 0452bdb056a6369fd14a6a75a2bdad6adcb10046 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 4 Jun 2021 16:58:01 +0200 Subject: [PATCH] build: upgrade to rebar3 version 3.14.3-emqx-8 relup could not read appup file error reason was not printed rebar3 3.24.3-8 (with relx 4.3.0-emqx-3) fixed it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01fc40435..cc8cdb0db 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ $(shell $(CURDIR)/scripts/git-hooks-init.sh) -REBAR_VERSION = 3.14.3-emqx-7 +REBAR_VERSION = 3.14.3-emqx-8 REBAR = $(CURDIR)/rebar3 BUILD = $(CURDIR)/build SCRIPTS = $(CURDIR)/scripts