diff --git a/README.md b/README.md index 67a8af6..0e982eb 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Example `config.yaml`: > The keys/tokens below are invalid and used as examples, use your own keys/tokens! ```yaml -version: 0.7.0 +version: 0.8.0 sources: - alienvault - anubis @@ -215,7 +215,7 @@ __ _____ _ _| |__ / _(_)_ __ __| |___ / _ __ \ \/ / __| | | | '_ \| |_| | '_ \ / _` | |_ \| '__| > <\__ \ |_| | |_) | _| | | | | (_| |___) | | /_/\_\___/\__,_|_.__/|_| |_|_| |_|\__,_|____/|_| - v0.7.0 + v0.8.0 USAGE: xsubfind3r [OPTIONS] diff --git a/internal/configuration/configuration.go b/internal/configuration/configuration.go index 42a8f1b..eaa6d7d 100644 --- a/internal/configuration/configuration.go +++ b/internal/configuration/configuration.go @@ -47,7 +47,7 @@ func (cfg *Configuration) Write(path string) (err error) { const ( NAME = "xsubfind3r" - VERSION = "0.7.0" + VERSION = "0.8.0" ) var (