Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Faoro <[email protected]>
  • Loading branch information
lfaoro committed Sep 4, 2022
1 parent d5bb711 commit 586c1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit 586c1e7

Please sign in to comment.