From 4b37724fe6da103aa1bab096dc3f847c4916a483 Mon Sep 17 00:00:00 2001 From: Dmitry Sovetin Date: Sat, 16 Oct 2021 21:53:02 +0300 Subject: [PATCH] Version update --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 4483c2d..2277ff8 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,4 @@ +// Version: 2021.10 // Build: go build -ldflags "-s -w" // Run: goudpserver -ip=0.0.0.0 -port=10003 // Test: ncat -u localhost 10003