From 12fbf2c24a312c03e4a86257f9dbe345ca45495b Mon Sep 17 00:00:00 2001 From: nohehf Date: Mon, 9 Oct 2023 10:00:32 -0700 Subject: [PATCH] feat: v0.0.17 --- README.md | 2 +- internal/utils/utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21baed1..0998c64 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ goctopus -a rickandmortyapi.com __ _ ___ ___| |_ ___ _ __ _ _ ___ / _` |/ _ \ / __| __/ _ \| '_ \| | | / __| | (_| | (_) | (__| || (_) | |_) | |_| \__ \ - \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.16 + \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.17 |___/ |_| [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 8ac2ccf..429f86c 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "v0.0.16" + VERSION = "v0.0.17" ) func MinInt(a, b int) int {