From d3a3a59ecf74fef6e5b03c7145c91b0af98c07d9 Mon Sep 17 00:00:00 2001 From: "Alex (@enenumxela)" <62714471+enenumxela@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:36:04 +0300 Subject: [PATCH] chore(*): Bump up version to 0.9.0 --- README.md | 2 +- internal/configuration/configuration.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad6ab9a..2728e9e 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ __ _____ _ _| |__ / _(_)_ __ __| |___ / _ __ \ \/ / __| | | | '_ \| |_| | '_ \ / _` | |_ \| '__| > <\__ \ |_| | |_) | _| | | | | (_| |___) | | /_/\_\___/\__,_|_.__/|_| |_|_| |_|\__,_|____/|_| - v0.8.0 + v0.9.0 USAGE: xsubfind3r [OPTIONS] diff --git a/internal/configuration/configuration.go b/internal/configuration/configuration.go index a83f7bc..37d48b1 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.8.0" + VERSION = "0.9.0" ) var (