From f9a5cf693f98764c01c829e2e99327e76e698100 Mon Sep 17 00:00:00 2001 From: Pranay Valson Date: Thu, 8 Aug 2024 13:52:04 -0700 Subject: [PATCH] bump bsp agent patch version Signed-off-by: Pranay Valson --- internal/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils/utils.go b/internal/utils/utils.go index d5be84d..6a53dac 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -34,7 +34,7 @@ const ( // BspAgentVersionMinor is Minor version component of the current release BspAgentVersionMinor = 7 // BspAgentVersionPatch is Patch version component of the current release - BspAgentVersionPatch = 2 + BspAgentVersionPatch = 4 ) // BspAgentVersion holds the textual version string.