We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b02a09 commit b29764cCopy full SHA for b29764c
README.md
@@ -30,7 +30,7 @@ Blazing fast graphql fingerprinting toolbox.
30
__ _ ___ ___| |_ ___ _ __ _ _ ___
31
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
32
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
33
- \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.12
+ \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.13
34
|___/ |_|
35
[INF] Enumerating subdomains for 'rickandmortyapi.com'
36
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 1 second 936 milliseconds
internal/utils/utils.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
const (
13
- VERSION = "v0.0.12"
+ VERSION = "v0.0.13"
14
15
16
func MinInt(a, b int) int {
0 commit comments