From cb099f192dd71c610cb120a6a8ce202350ca0f45 Mon Sep 17 00:00:00 2001 From: rhdh-bot service account Date: Tue, 14 Oct 2025 14:55:52 -0300 Subject: [PATCH] chore: tagRelease.sh: bump to 1.9.0 in main branch + regen yarn.lock Signed-off-by: rhdh-bot service account --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7735ee..ce840d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/cli", "description": "CLI for developing Backstage plugins and apps", - "version": "1.8.0", + "version": "1.9.0", "publishConfig": { "access": "public" },