Skip to content

Commit

Permalink
update 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 30, 2023
1 parent c3dd907 commit 7bd7e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6"
Version = "6.7"
Newline = "\n"
GooglePublicDNS = "8.8.8.8:53"
CloudflarePublicDNS = "1.1.1.1:53"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dns-scout
version: '6.6'
version: '6.7'
summary: DNS Scout for Linux/MacOS
description: |
DNS Scout for Linux/MacOS pulls and displays DNS records in a color-coded console output.
Expand Down

0 comments on commit 7bd7e63

Please sign in to comment.