From e1be3c3601c5b584569bc02024352134d89887f9 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 1 May 2021 11:02:56 -0700 Subject: [PATCH] Bump version (#167) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 98a92d17..a0797fe1 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.4.1" + version = "2.4.2" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second