Skip to content

Commit

Permalink
bump zdns version to 2.0.0 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens authored Dec 26, 2024
1 parent 978304a commit 86d191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zdns/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/miekg/dns"
)

const ZDNSVersion = "1.1.0"
const ZDNSVersion = "2.0.0"

func dotName(name string) string {
if name == "." {
Expand Down

0 comments on commit 86d191e

Please sign in to comment.