From 5bb1fa4d70fc78a5bdeebd1116837211971d1639 Mon Sep 17 00:00:00 2001 From: nohehf Date: Tue, 21 Nov 2023 11:13:07 +0100 Subject: [PATCH] feat: v0.0.18 --- README.md | 2 +- internal/utils/utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0998c64..dcd0305 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ goctopus -a rickandmortyapi.com __ _ ___ ___| |_ ___ _ __ _ _ ___ / _` |/ _ \ / __| __/ _ \| '_ \| | | / __| | (_| | (_) | (__| || (_) | |_) | |_| \__ \ - \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.17 + \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.18 |___/ |_| [INF] Enumerating subdomains for 'rickandmortyapi.com' [INF] Found 5 subdomains for 'rickandmortyapi.com' in 15 seconds 276 milliseconds diff --git a/internal/utils/utils.go b/internal/utils/utils.go index 429f86c..097dc68 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "v0.0.17" + VERSION = "v0.0.18" ) func MinInt(a, b int) int {