From c316dce5845d19bd5913ff21df87ea4193bf0636 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 2 Apr 2018 13:13:45 -0400 Subject: [PATCH] Bump $BUNDLE_VERSION to 8.11.1.1 before rebuilding dev bundle. The dev bundle needs to be rebuilt after 1.6.1 since we bumped the Node version in 1.6.1 but did not bump the npm version, though npm has been updated to 5.8.0 on the devel branch (and release-1.6.2) already. The $BUNDLE_VERSION version is interpreted as an opaque string rather than a semantic version, so we can easily add a fourth number to track changes that fall between Node versions (while we're waiting for Node 8.11.2). --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 05bd9a063c..30e2edde5f 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=8.11.1 +BUNDLE_VERSION=8.11.1.1 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.