From 9e2653ea7631fe67c8dfe38b60c6264ebc0f0dad Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Wed, 28 Feb 2024 19:25:46 +0900 Subject: [PATCH] Bump version --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index d5d16f4..2badfa5 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.9.3" + version = "2.10.0" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second