From f51ce1e34b3a352f608018e898959dca32256a25 Mon Sep 17 00:00:00 2001 From: Jim Ehrismann <40840436+jim-docker@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:02:06 -0400 Subject: [PATCH] release v5.3.0-alpha.2 (#4029) Signed-off-by: Jim Ehrismann --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 879171098e..41b9fde267 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "OpenLens", "description": "OpenLens - Open Source IDE for Kubernetes", "homepage": "https://github.com/lensapp/lens", - "version": "5.3.0-alpha.1", + "version": "5.3.0-alpha.2", "main": "static/build/main.js", "copyright": "© 2021 OpenLens Authors", "license": "MIT",