Skip to content

Commit

Permalink
Update version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iknowjason committed Aug 21, 2024
1 parent a6bfcb5 commit 6df7657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Run Cloud Edge and it will automatically download all cloud provider files suppo

```
% ./edge
[INF] Starting Cloud Edge version 0.2.3
[INF] Starting Cloud Edge version 0.2.4
[INF] File cloud.json has been downloaded and created
[INF] File aws.json has been downloaded and created
[INF] File cloudflare-ipv4.txt has been downloaded and created
Expand Down
2 changes: 1 addition & 1 deletion edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var csvfile *os.File
var error_timeout = 0
var dns_lookups = 0
var records_found = 0
var edge_version = "0.2.3"
var edge_version = "0.2.4"
var (
flDomain = flag.String("domain", "", "The domain to perform guessing against.")
flWordlist = flag.String("wordlist", "", "The wordlist to use for guessing.")
Expand Down

0 comments on commit 6df7657

Please sign in to comment.