From 23938cdb044894fd34777a321007f0b5a66bc940 Mon Sep 17 00:00:00 2001 From: italo jose Date: Thu, 12 Mar 2026 11:31:33 -0300 Subject: [PATCH] build: bump BUNDLE_VERSION to 24.14.0.4 --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 9fc34a2ed4..5294887e46 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=24.14.0.3 +BUNDLE_VERSION=24.14.0.4 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.