From 3951a1de71569b8edab2010d947082c9cfcb4f4c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 7 May 2022 14:57:15 +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 2fab949..29306e6 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.0 +nodebb_version=v2.0.x #================================================= # PERSONAL HELPERS