From bd9d085342d7913b05a5cfcf66255af8261ea8ca Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Mon, 25 Sep 2017 13:26:25 +0300 Subject: [PATCH] Update NODE_BUILD_NUMBER to latest Jenkins build, 49. --- scripts/build-dev-bundle-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index f3463243fa..160bad7d5b 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -10,7 +10,7 @@ NODE_VERSION=4.8.4 NPM_VERSION=4.6.1 # If we built Node from source on Jenkins, this is the build number. -NODE_BUILD_NUMBER=35 +NODE_BUILD_NUMBER=49 if [ "$UNAME" == "Linux" ] ; then if [ "$ARCH" != "i686" -a "$ARCH" != "x86_64" ] ; then