From a3aae4804c63de17248c89468b2a08887ee19e94 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 22 Mar 2023 16:44:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=202.6.0?= 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 24b9832da9b..73ba6fa275a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rallly", "private": true, - "version": "2.5.1", + "version": "2.6.0", "scripts": { "dev": "dotenv -- turbo dev", "start": "turbo run start --filter=@rallly/web...",