From 752ee55a8f77ce2e18978f472bf0d3dffbb6e43f Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 13 Feb 2017 14:36:12 -0500 Subject: [PATCH] Bump $BUNDLE_VERSION to 4.7.11 before rebuilding dev bundle. --- meteor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meteor b/meteor index 7b60ffab5b..0e12fc327f 100755 --- a/meteor +++ b/meteor @@ -1,8 +1,6 @@ #!/usr/bin/env bash -# Note: the next version should be 4.7.11, since 4.7.10 was used to -# publish Meteor 1.4.2.7. -BUNDLE_VERSION=4.7.8 +BUNDLE_VERSION=4.7.11 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.