From 7d3c24c2a09a26b373a5caf9dcfdb5f44ec38ee0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jul 2022 07:53:13 +0200 Subject: [PATCH] 2.3 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9cad30c..41b6689 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Forum software built for the modern web", "fr": "Logiciel de forum conçu pour le Web moderne" }, - "version": "2.2.5~ynh1", + "version": "2.3.0~ynh1", "url": "https://nodebb.org", "upstream": { "license": "GPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 2764737..c1722e5 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.2.x +nodebb_version=v2.3.x #================================================= # PERSONAL HELPERS