From f1d3d3e889ad824cfe74567cd077d83c8f5705c1 Mon Sep 17 00:00:00 2001 From: "Alex Munene (@enenumxela)" <62714471+enenumxela@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:32:53 +0300 Subject: [PATCH] chore: Bump up version to 0.6.0 --- README.md | 4 ++-- internal/configuration/configuration.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc868dc..080eb82 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Example `config.yaml`: > **NOTE:** The keys/tokens below are invalid and used as examples, use your own keys/tokens! ```yaml -version: 0.5.0 +version: 0.6.0 sources: - alienvault - anubis @@ -170,7 +170,7 @@ __ _____ _ _| |__ / _(_)_ __ __| |___ / _ __ \ \/ / __| | | | '_ \| |_| | '_ \ / _` | |_ \| '__| > <\__ \ |_| | |_) | _| | | | | (_| |___) | | /_/\_\___/\__,_|_.__/|_| |_|_| |_|\__,_|____/|_| - v0.5.0 + v0.6.0 with <3 by Hueristiq Open Source diff --git a/internal/configuration/configuration.go b/internal/configuration/configuration.go index 3ef03c9..a7ade28 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 string = "xsubfind3r" - VERSION string = "0.5.0" + VERSION string = "0.6.0" ) var (