From ebccb6fec6b62ed4a2214236d4fdcd9d7dc16ca5 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 21 Jun 2017 19:45:32 -0400 Subject: [PATCH] Bump $BUNDLE_VERSION to 8.1.3 before rebuilding dev bundle. Note that this version no longer corresponds exactly to the current Node version, which is perfectly fine, yet ever so slightly disappointing. --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 553061760e..31abdafd4d 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=8.1.2 +BUNDLE_VERSION=8.1.3 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.