Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Aug 29, 2021
1 parent ce60f2a commit 166d98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnslink.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func NewUDPLookup(servers []string, udpSize uint16) LookupTXTFunc {
}
}

const Version = "v0.5.0"
const Version = "v0.6.0"
const dnsPrefix = "_dnslink."
const txtPrefix = "dnslink="

Expand Down

0 comments on commit 166d98f

Please sign in to comment.