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")