From 13817e65cae5b0a4c02709534d7e8970713d9df4 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 25 Nov 2023 19:44:02 +0900 Subject: [PATCH] Bump version (#350) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 8c1306e..d5d16f4 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "2.9.2" + version = "2.9.3" agentName = "muffet" concurrency = 1024 tcpTimeout = 5 * time.Second