From 03cc8d40ac55d6a9ff5c00dbbc29dedb26a44e2e Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 22 Nov 2017 20:29:17 +0200 Subject: [PATCH] Bump $BUNDLE_VERSION to 8.8.3 before rebuilding dev bundle. In this case, to get the MongoDB 3.4 changes included in meteor/meteor#9396. I'm skipping 8.8.2 since it seems to have been started, but is now unused: https://github.com/meteor/meteor/commits/dev-bundle-8.8.2 --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 8c40c4bd26..106f5a2cca 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=8.8.1 +BUNDLE_VERSION=8.8.3 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.