From 6b2e769ae5d573716fc739d765451c5ee815f36a Mon Sep 17 00:00:00 2001 From: Yasar Alev Date: Sat, 1 Jul 2023 23:13:42 +0300 Subject: [PATCH] Bump version to 1.3.0 --- sdns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdns.go b/sdns.go index ff2a5321..7099af23 100644 --- a/sdns.go +++ b/sdns.go @@ -16,7 +16,7 @@ import ( "github.com/semihalev/sdns/server" ) -const version = "1.3.0-rc1" +const version = "1.3.0" var ( flagcfgpath = flag.String("config", "sdns.conf", "location of the config file, if config file not found, a config will generate")