From 441de74c62a0bcbfe455fa8d06a49ca160fbcaeb Mon Sep 17 00:00:00 2001 From: Yasar Alev Date: Wed, 5 Jul 2023 14:54:08 +0300 Subject: [PATCH] version bump v1.3.1-rc1 --- sdns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdns.go b/sdns.go index 7099af23..4f0e0d6b 100644 --- a/sdns.go +++ b/sdns.go @@ -16,7 +16,7 @@ import ( "github.com/semihalev/sdns/server" ) -const version = "1.3.0" +const version = "1.3.1-rc1" var ( flagcfgpath = flag.String("config", "sdns.conf", "location of the config file, if config file not found, a config will generate")