From 4f5221ac767bf4bf3703885eefc97c811df252f2 Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Fri, 24 Feb 2023 16:54:46 -0800 Subject: [PATCH] fix package.json version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4aaa3f3dbd4..8c1534570f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "4.9.0-alpha.14", + "version": "4.9.1", "private": true, "repository": { "type": "git", @@ -168,4 +168,4 @@ "@embroider/macros@1.9.0": "patches/@embroider__macros@1.9.0.patch" } } -} \ No newline at end of file +}