From 2b14fb51756463b84b7eb4e77925f7dbe5047f60 Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Thu, 4 May 2023 22:16:54 +0300 Subject: [PATCH] Bump kubescape version into v2.3.1 Signed-off-by: Hollow Man --- src/Kubescape/globals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kubescape/globals.ts b/src/Kubescape/globals.ts index 9507c7c..45d76a2 100644 --- a/src/Kubescape/globals.ts +++ b/src/Kubescape/globals.ts @@ -1,3 +1,3 @@ -export const PACKAGE_STABLE_BUILD = "v2.0.176"; +export const PACKAGE_STABLE_BUILD = "v2.3.1"; export const ERROR_KUBESCAPE_NOT_INSTALLED = "Kubescape is not installed!"; export const COMMAND_VIEW_CTRL_DOC = "kubescape.viewCtrlDoc"; \ No newline at end of file