From bbeef0299f83897cc8220dbfcd69047f3c8a3143 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 3 Mar 2025 13:40:09 +0100 Subject: [PATCH] feat(version): add prowler version to the sidebar (#7086) --- .env | 3 +++ ui/components/ui/sidebar/menu.tsx | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 3ffc99af16..45335dcd4e 100644 --- a/.env +++ b/.env @@ -121,3 +121,6 @@ DJANGO_SENTRY_DSN= # Sentry settings SENTRY_ENVIRONMENT=local SENTRY_RELEASE=local + +#### Prowler release version #### +NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.4.0 diff --git a/ui/components/ui/sidebar/menu.tsx b/ui/components/ui/sidebar/menu.tsx index ed65bcc406..154dd65684 100644 --- a/ui/components/ui/sidebar/menu.tsx +++ b/ui/components/ui/sidebar/menu.tsx @@ -41,7 +41,7 @@ export const Menu = ({ isOpen }: { isOpen: boolean }) => {