From 68ef23311faab5258bb7aa6e97c2bef7d02c6534 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Wed, 17 May 2023 22:20:07 -0400 Subject: Fix rebar3 version to 3.21.0 It's the latest version. Otherwise, unexpected updates there break our CI chain. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6c6877105..8b1e43d6f 100755 --- a/configure +++ b/configure @@ -21,7 +21,7 @@ basename=`basename $0` PACKAGE_AUTHOR_NAME="The Apache Software Foundation" -REBAR3_BRANCH="main" +REBAR3_BRANCH="3.21.0" # TEST=0 WITH_PROPER="true" -- cgit v1.2.1