diff --git a/pkg/output/banner.go b/pkg/output/banner.go index c7f2223..ffc8bbd 100644 --- a/pkg/output/banner.go +++ b/pkg/output/banner.go @@ -35,7 +35,7 @@ import ( // nolint: checknoglobals const ( - version = "v1.3.3" + version = "v1.3.4" banner = ` _ _ _ _ (_) | | | (_) ___ __ _ _ __ _ __| | __| |_ diff --git a/snapcraft.yaml b/snapcraft.yaml index 204d76d..9ad7806 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ name: cariddi summary: Fast web crawler and scanner description: | Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more -version: 1.3.3 +version: 1.3.4 grade: stable base: core20