From c11474ccaa5fff0116bde529b9b8c0e30c5e1f75 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 15 Sep 2024 13:48:33 +0900 Subject: [PATCH] Bump version (#409) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 138750b..94e7d3a 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.10.2" + version = "2.10.3" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second