Skip to content

Commit

Permalink
feat: bump v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed May 17, 2023
1 parent 4ad78c6 commit 543d620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Blazing fast graphql fingerprinting toolbox.
__ _ ___ ___| |_ ___ _ __ _ _ ___
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.11
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.12
|___/ |_|
[INF] Enumerating subdomains for 'rickandmortyapi.com'
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 1 second 936 milliseconds
Expand Down Expand Up @@ -179,6 +179,6 @@ docker run --rm -it escapetech/goctopus:A.B.C [args]
- [x] Better logs.
- [x] Direct cli input.
- [ ] Improve performance further.
- [ ] Resume from output file.
- [ ] Custom ascii art.
- [ ] Resume from output file. (maybe)
- [ ] Custom ascii art. (maybe)
- [x] Docker
2 changes: 1 addition & 1 deletion internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
VERSION = "v0.0.11"
VERSION = "v0.0.12"
)

func MinInt(a, b int) int {
Expand Down

0 comments on commit 543d620

Please sign in to comment.