Skip to content

Commit 42f9e4a

Browse files
committed
chore: release v0.0.14
1 parent 9f76057 commit 42f9e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ goctopus -a rickandmortyapi.com
3232
__ _ ___ ___| |_ ___ _ __ _ _ ___
3333
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
3434
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
35-
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.13
35+
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.14
3636
|___/ |_|
3737
[INF] Enumerating subdomains for 'rickandmortyapi.com'
3838
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 15 seconds 276 milliseconds

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.13"
13+
VERSION = "v0.0.14"
1414
)
1515

1616
func MinInt(a, b int) int {

0 commit comments

Comments
 (0)