diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 5ef4f59a09..633e28b68c 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -2,7 +2,7 @@ set -e -BUNDLE_VERSION=0.0.4 +BUNDLE_VERSION=0.0.5 UNAME=$(uname) if [ "$UNAME" == "Linux" ] ; then @@ -32,7 +32,7 @@ cd build git clone git://github.com/joyent/node.git cd node -git checkout v0.6.1 +git checkout v0.6.5 # Disable obnoxious print. No easy way to disable that I found. patch -p1 <