Skip to content

Commit

Permalink
update to 6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 31, 2023
1 parent 00d1c0a commit a6e6f19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DNS-Scout-v6.0.tar.gz filter=lfs diff=lfs merge=lfs -text
dns-scout_6.0.orig.tar.gz filter=lfs diff=lfs merge=lfs -text
DNS-Scout-v6.11.tar.gz filter=lfs diff=lfs merge=lfs -text
dns-scout_6.11.orig.tar.gz filter=lfs diff=lfs merge=lfs -text
Binary file modified bin/dns-scout
Binary file not shown.
2 changes: 1 addition & 1 deletion constant/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package constants
// IPInfoAPIURL is and API URL
const (
IPInfoAPIURL = "https://ipinfo.io/"
Version = "6.10"
Version = "6.11"
Newline = "\n"
GooglePublicDNS = "8.8.8.8:53"
CloudflarePublicDNS = "1.1.1.1:53"
Expand Down
1 change: 1 addition & 0 deletions debian/source/options
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ extend-diff-ignore = "(^|/)(.*\.o|.*\.swp|.*\.swo|.*\.bak|.*\.log|.*\.dmp|\.giti
--include-removal
--include-removal
--include-removal
--include-removal

0 comments on commit a6e6f19

Please sign in to comment.