From 584575c69ea9913420992df0110907617e1a8a4c Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Fri, 31 Mar 2023 08:23:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=202.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20a1e119a..8758c9d6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rallly", "private": true, - "version": "2.8.0", + "version": "2.8.1", "scripts": { "dev": "dotenv -- turbo dev", "start": "turbo run start --filter=@rallly/web...",