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",