Skip to content

Commit

Permalink
Bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Apr 23, 2022
1 parent 8934c6c commit 7c3b013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ docker run -v /path/to/xml/file.xml:/opt/file.xml ghcr.io/vdjagilev/nmap-formatt
Choose version from Release page and download it:

```
curl https://github.com/vdjagilev/nmap-formatter/releases/download/v0.3.1/nmap-formatter-linux-amd64.tar.gz --output nmap-formatter.tar.gz -L
curl https://github.com/vdjagilev/nmap-formatter/releases/download/v0.3.2/nmap-formatter-linux-amd64.tar.gz --output nmap-formatter.tar.gz -L
tar -xzvf nmap-formatter.tar.gz
./nmap-formatter --help
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var config = formatter.Config{
}

// VERSION is describing current version of the nmap-formatter
const VERSION string = "0.3.0"
const VERSION string = "0.3.2"

var workflow formatter.Workflow

Expand Down

0 comments on commit 7c3b013

Please sign in to comment.