From 14c43e8beb4e39b3d69a13bf32bf6ff539361236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Fri, 14 Nov 2025 11:30:44 +0100 Subject: [PATCH] update BUNDLE_VERSION to 22.21.1.3 --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 0a3d28b247..618b2121dd 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.21.1.2 +BUNDLE_VERSION=22.21.1.3 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.