From 467b32d94f8a9a8f1cc07415e53f3340bf238df6 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 3 Nov 2024 17:40:49 +0900 Subject: [PATCH] Bump version (#426) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index d91606d..301a430 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.10.5" + version = "2.10.6" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second