From 89198b89131039df8043c4547a3619ed468c33e7 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 2 Jul 2024 19:55:31 +1000 Subject: [PATCH] Bump version (#396) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 7234ca4..138750b 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.10.1" + version = "2.10.2" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second