From d0aa4ae614b58204e9ef225f6d8f177876419778 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 12 Sep 2021 11:05:15 -0700 Subject: [PATCH] Bump version (#179) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 53d83342..a32ed045 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.4.3" + version = "2.4.4" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second