From 89bc5141d849306919cdc082beee82652b4a91a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20B=C3=A4umer?= Date: Fri, 22 Dec 2023 17:12:30 +0100 Subject: [PATCH] release: v1.1.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 43ea8a3..6bb4ab5 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/fatih/color" ) -const Version = "v1.1.1-dev" +const Version = "v1.1.1" // Formats a socket address given the scan mode func formatAddress(address string, mode tscanner.ScanMode) string {