From 457a6b168d3c583c32e0be1f02f3fc8032b6db0a Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Sun, 9 May 2021 21:20:16 +0300 Subject: [PATCH] 2.0.2 release --- pkg/cfg/cfg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cfg/cfg.go b/pkg/cfg/cfg.go index eb10942..490e862 100644 --- a/pkg/cfg/cfg.go +++ b/pkg/cfg/cfg.go @@ -5,7 +5,7 @@ import ( "time" ) -const Version = "2.0.1" +const Version = "2.0.2" var ( // Addr is address to listen on, ":dns" if empty.