From 3b4f2062e5f79ec7aa0754d9a10d5f40047fce31 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 28 Aug 2021 11:23:45 -0700 Subject: [PATCH] Bump version (#176) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index a0797fe1..53d83342 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.4.2" + version = "2.4.3" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second