From cfd4cc4d9c3a135fa1cd80d1c63aada8fdcd3633 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 7 Dec 2017 19:52:43 -0500 Subject: [PATCH] Bump $BUNDLE_VERSION to 4.8.45 before rebuilding dev bundle. This dev bundle version bump is just to make sure nothing significant has changed about transitive node_modules dependencies since last time, before we bump the Node version for the 1.5.4.1 release. --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 71dd736df0..85b7bdf65d 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=4.8.44 +BUNDLE_VERSION=4.8.45 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.