From 765a9914bf41e6ee378e29edc64a3d6e56fa52d1 Mon Sep 17 00:00:00 2001 From: Alexandre Alves <97888974+aalves08@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:46:59 +0000 Subject: [PATCH] bump shell pkg version (#10367) Co-authored-by: Alexandre Alves --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index 94350f2a076..8ff6d9e6476 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@rancher/shell", - "version": "0.5.1", + "version": "0.5.2", "description": "Rancher Dashboard Shell", "repository": "https://github.com/rancherlabs/dashboard", "license": "Apache-2.0",