From ea9ef4b40a801d6b92d4b0d745dbe2f6faef9f77 Mon Sep 17 00:00:00 2001 From: Vervet CI Date: Mon, 9 Dec 2024 13:15:59 +0000 Subject: [PATCH] chore: prepare release v8.10.1 --- internal/cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/cmd.go b/internal/cmd/cmd.go index e89a769..8e35996 100644 --- a/internal/cmd/cmd.go +++ b/internal/cmd/cmd.go @@ -15,7 +15,7 @@ import ( ) // MANAGED BY scripts/genversion.bash DO NOT EDIT. -const cmdVersion = "v8.10.0" +const cmdVersion = "v8.10.1" // VervetParams contains configuration parameters for the Vervet CLI application. type VervetParams struct {