From c54c2660bd641e80d5162ee31a0d28140af4a3be Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 9 May 2018 13:05:29 -0400 Subject: [PATCH] Bump $BUNDLE_VERSION to 8.11.2.2 before rebuilding dev bundle. That is, instead of using the official 8.11.2-rc.1 release candidate. Note that we're still using 8.11.1 on Windows, since the official RC has a bad process.release.headersUrl. --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index fec5b6e68b..930c607ee3 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=8.11.2.1 +BUNDLE_VERSION=8.11.2.2 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.