From c99fe0397a04f08b94d784baf3d5eb8a3467c5ce Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 21 Aug 2022 23:35:47 -0700 Subject: [PATCH] Bump version (#245) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index e841fd3f..1d704300 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.6.0" + version = "2.6.1" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second