summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan <stefan@stefans-entwicklerecke.de>2016-12-22 23:15:49 +0100
committerGitHub <noreply@github.com>2016-12-22 23:15:49 +0100
commitcaabb4d8f71a79d2af3cef0760740cfe54dea750 (patch)
tree7f6455140a2ab972a1971c7d0304127ba9bb8e1e /bin
parentefb25f417a72f96a485efb955aa2eeb5b29b87b0 (diff)
downloadetherpad-lite-caabb4d8f71a79d2af3cef0760740cfe54dea750.zip
Update nodejs for windows to 6.9.2
Diffstat (limited to 'bin')
-rwxr-xr-xbin/buildForWindows.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh
index 5ba4dd75..fddb96a1 100755
--- a/bin/buildForWindows.sh
+++ b/bin/buildForWindows.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-NODE_VERSION="6.9.1"
+NODE_VERSION="6.9.2"
#Move to the folder where ep-lite is installed
cd `dirname $0`