summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2023-05-17 22:20:07 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-05-17 23:03:53 -0400
commit68ef23311faab5258bb7aa6e97c2bef7d02c6534 (patch)
treec9d5e3b2b5ee0e849b8472b6786a2552edce10e7
parentba54c635ba3b5a9e4650245f5b4b8df47f39d78c (diff)
downloadcouchdb-68ef23311faab5258bb7aa6e97c2bef7d02c6534.tar.gz
Fix rebar3 version to 3.21.0HEADmain
It's the latest version. Otherwise, unexpected updates there break our CI chain.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"