Skip to content

Commit 543d620

Browse files
committed
feat: bump v0.0.12
1 parent 4ad78c6 commit 543d620

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Blazing fast graphql fingerprinting toolbox.
3030
__ _ ___ ___| |_ ___ _ __ _ _ ___
3131
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
3232
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
33-
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.11
33+
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.12
3434
|___/ |_|
3535
[INF] Enumerating subdomains for 'rickandmortyapi.com'
3636
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 1 second 936 milliseconds
@@ -179,6 +179,6 @@ docker run --rm -it escapetech/goctopus:A.B.C [args]
179179
- [x] Better logs.
180180
- [x] Direct cli input.
181181
- [ ] Improve performance further.
182-
- [ ] Resume from output file.
183-
- [ ] Custom ascii art.
182+
- [ ] Resume from output file. (maybe)
183+
- [ ] Custom ascii art. (maybe)
184184
- [x] Docker

internal/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
VERSION = "v0.0.11"
13+
VERSION = "v0.0.12"
1414
)
1515

1616
func MinInt(a, b int) int {

0 commit comments

Comments
 (0)