This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch erlang-24.3.4.15 in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit df2649531f6aace563a3cf87b0560a9bc056f559 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Jan 3 22:19:44 2024 -0500 Update default Erlang version to 24.3.4.15 Packages are already updated. This is updating the default in the build.sh script. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d5a5c2a..a4cd9f0 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ CENTOSES="centos-7 centos-8 centos-9" XPLAT_BASES="debian-bullseye debian-bookworm ubuntu-focal ubuntu-jammy centos-8 centos-9" XPLAT_ARCHES="arm64 ppc64le s390x" BINARY_API="https://apache.jfrog.io/artifactory" -ERLANGVERSION=${ERLANGVERSION:-24.3.4.14} +ERLANGVERSION=${ERLANGVERSION:-24.3.4.15} split-os-ver() { OLDIFS=$IFS
