From 86f624f8172fb96fbd3c83683affd8814e8b5156 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 20 Sep 2024 14:07:44 -0400 Subject: [PATCH] chore: beta tag --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index 84f458db79..bb9c38aadd 100644 --- a/install/package.json +++ b/install/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "4.0.0-alpha", + "version": "4.0.0-beta.1", "homepage": "https://www.nodebb.org", "repository": { "type": "git", @@ -199,4 +199,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}