From 586c1e774afab6a5c05f8a2b8de8157f2794324a Mon Sep 17 00:00:00 2001 From: Leonardo Faoro Date: Sun, 4 Sep 2022 16:33:11 +0300 Subject: [PATCH] release: bump version Signed-off-by: Leonardo Faoro --- Makefile | 4 ++-- app/app.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e4cdcae..284a167 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,6 @@ run: build ./tb release: - git tag -a v0.1.0 -m "first release" - git push origin v0.1.0 + git tag -a v0.1.1 -m "second release" + git push origin v0.1.1 goreleaser release diff --git a/app/app.go b/app/app.go index e1f4b7a..55a07f7 100644 --- a/app/app.go +++ b/app/app.go @@ -21,7 +21,7 @@ func App() { app := &cli.App{ Name: "trailblaze", Usage: " TrailBlaze - SSH Pentest & Audit", - Version: "v0.1.0", + Version: "v0.1.1", Compiled: time.Now(), Copyright: "(c) Leonardo Faoro",