From f3e5709dada9c797d1469c2057e43ab1ce14cd86 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 7 May 2022 14:43:25 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 29306e6..2fab949 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="postgresql" nodejs_version=16 -nodebb_version=v2.0.x +nodebb_version=v2.0.0 #================================================= # PERSONAL HELPERS