From 1e61e990057a6088544cb4e4973a4f32894ed0a2 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Thu, 23 Jan 2025 16:56:00 +0100 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 a11d153a..69750180 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.6" +const VERSION = "3.3.1" const letterBytes = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"