From 546bed76b960739b3fa73df56f920dead1b10c82 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 5 Feb 2016 18:40:23 -0500 Subject: [PATCH] Bump $BUNDLE_VERSION to 0.5.24. --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index b12baffc04..8285db5b7e 100755 --- a/meteor +++ b/meteor @@ -3,7 +3,7 @@ # Note: 0.5.17 used on branch origin/npm3 # Note: 0.5.20 used on branch origin/cordova-improvements # Note: 0.5.21 used on branch release-1.2.2 -BUNDLE_VERSION=0.5.23 +BUNDLE_VERSION=0.5.24 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.