From cd126e2f8cca293698426b3e5c384b22cd7b516e Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Wed, 3 Mar 2021 19:18:05 -0800 Subject: [PATCH] Bump version (#159) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index e2408800..98a92d17 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.4.0" + version = "2.4.1" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second