From a4a36abc9feb6643251941d891c3993a08c225c2 Mon Sep 17 00:00:00 2001 From: Dmitry Sovetin Date: Sat, 16 Apr 2022 09:27:01 +0300 Subject: [PATCH] Version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8e72786..52680fb 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Version: 2021.10 +// Version: 2022.04 // Build: go build -ldflags "-s -w" // Run: goudpserver -ip=0.0.0.0 -port=10003 // Test: ncat -u localhost 10003