From c14ce0738f5174865dc5f9212a6043232989070f Mon Sep 17 00:00:00 2001 From: Hirbod Behnam Date: Fri, 29 May 2020 21:48:13 +0430 Subject: [PATCH] Bumped version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c2677bb..b1407d9 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ var Verbose = 1 var SaveBeforeExit = true // The version of program -const Version = "1.4.1 / Build 12" +const Version = "1.4.3 / Build 13" // A struct to count the active connections on each port type CSafeConnections struct {