Skip to content

Commit

Permalink
version fixed to v0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
5amu committed Jul 6, 2022
1 parent 31fd9f0 commit ee9b5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package common

const (
// DNSHunterVersion tracks the version of the program
DNSHunterVersion = "v1.0-dev"
DNSHunterVersion = "v0.1-beta"
// DefaultNameserver is used when no other nameserver has been specified
// it is equivalent to dns.google.com
DefaultNameserver = "8.8.8.8"
Expand Down

0 comments on commit ee9b5a4

Please sign in to comment.