This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch big-r81-patch-1 in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git
commit 03d0c975881c3b3bc9223a165293fafd48f73c6d Author: Ronny Berndt <[email protected]> AuthorDate: Sat Nov 8 12:24:19 2025 +0100 Update Erlang version to 26.2.5.16 --- bin/variables.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/variables.ps1 b/bin/variables.ps1 index 800099c..84b39fc 100644 --- a/bin/variables.ps1 +++ b/bin/variables.ps1 @@ -26,7 +26,7 @@ $vcpkgBase = "${vcpkgInstallPath}\installed\x64-windows" # ERLANG BUILD SETTINGS # Download location of the Erlang/OTP Environment for Windows (x64) -$erlVersion = "26.2.5.15" +$erlVersion = "26.2.5.16" $erlBuildUri = "https://github.com/erlang/otp/releases/download/OTP-${erlVersion}/otp_win64_${erlVersion}.exe" $erlBuildFile = "${artifactDir}\$(Split-Path $erlBuildUri -Leaf)" $erlDir = "erl-${erlVersion}"
