From 7c072603bdf16c957ada30cec86bc4ad0ab8ded6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20B=C3=A4umer?= Date: Tue, 9 Jan 2024 16:37:22 +0100 Subject: [PATCH] release: v1.1.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ec76073..a8efcb7 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/fatih/color" ) -const Version = "v1.1.2-dev" +const Version = "v1.1.2" // Formats a socket address given the scan mode func formatAddress(address string, mode tscanner.ScanMode) string {