From a7839147d68d8ad95e53c5f650f3f6dbc88be8c4 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 23 Oct 2024 22:28:42 +0200 Subject: [PATCH] Update main.go --- machinery/src/utils/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machinery/src/utils/main.go b/machinery/src/utils/main.go index 22130fd..a11d153 100644 --- a/machinery/src/utils/main.go +++ b/machinery/src/utils/main.go @@ -23,7 +23,7 @@ import ( "github.com/kerberos-io/agent/machinery/src/models" ) -const VERSION = "3.2.1" +const VERSION = "3.2.6" const letterBytes = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"