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.