Use latest node version in buildForWindows.sh

This commit is contained in:
Marcel Klehr 2012-08-01 23:42:52 +02:00
parent 2d941bf31d
commit 0e258c4229
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
NODE_VERSION="0.6.5"
NODE_VERSION="0.8.4"
#Move to the folder where ep-lite is installed
cd `dirname $0`