Release 1.1.68

This commit is contained in:
Miek Gieben 2025-08-03 17:58:10 +02:00
parent b52b836ee1
commit 54c180dc19

View File

@ -3,7 +3,7 @@ package dns
import "fmt"
// Version is current version of this library.
var Version = v{1, 1, 67}
var Version = v{1, 1, 68}
// v holds the version of this library.
type v struct {