From 40d281c1ff5596ccb4b74d1c41d1fb9a2b53141e Mon Sep 17 00:00:00 2001 From: Sami Ahmed Date: Thu, 26 Mar 2026 22:36:00 -0700 Subject: [PATCH] Fix release filenames: update VERSION env to 5.3.9 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 529a4df..d8efc35 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: env: - VERSION: "5.3.7" + VERSION: "5.3.9" jobs: test-linux-unit: