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