Skip to content

Commit 5521648

Browse files
committedMay 10, 2022
Release 1.1.49
1 parent bfcbf0f commit 5521648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dns
33
import "fmt"
44

55
// Version is current version of this library.
6-
var Version = v{1, 1, 48}
6+
var Version = v{1, 1, 49}
77

88
// v holds the version of this library.
99
type v struct {

0 commit comments

Comments
 (0)
Please sign in to comment.