From eb88d3591c85f374c7add5a826744c42c12b7c5e Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Sun, 25 Jul 2021 17:10:25 +0200 Subject: [PATCH] chore: pin rebar3 3.16.1-emqx-1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbc665784..c39270367 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ $(shell $(CURDIR)/scripts/git-hooks-init.sh) -REBAR_VERSION = 3.14.3-emqx-8 +REBAR_VERSION = 3.16.1-emqx-1 REBAR = $(CURDIR)/rebar3 BUILD = $(CURDIR)/build SCRIPTS = $(CURDIR)/scripts