From 78b6ae3f1cbbeade1c6e176215a062b350297067 Mon Sep 17 00:00:00 2001 From: Pranay Valson Date: Tue, 20 Jun 2023 10:37:34 -0700 Subject: [PATCH] update version to 1.4.9 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 7ee8414c..342b9571 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 = 4 // BspAgentVersionPatch is Patch version component of the current release - BspAgentVersionPatch = 8 + BspAgentVersionPatch = 9 ) // BspAgentVersion holds the textual version string.