From 2514aace4ea61777475aff527df18fb43f52c312 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 13 Jun 2023 14:54:56 -0400 Subject: [PATCH] chore: bump nodebb version --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index e0369d208b..5400421ee2 100644 --- a/install/package.json +++ b/install/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "2.8.12", + "version": "2.8.15", "homepage": "http://www.nodebb.org", "repository": { "type": "git", @@ -192,4 +192,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}