File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ docker run -v /path/to/xml/file.xml:/opt/file.xml ghcr.io/vdjagilev/nmap-formatt
133133Choose version from Release page and download it:
134134
135135```
136- curl https://github.com/vdjagilev/nmap-formatter/releases/download/v0.3.1 /nmap-formatter-linux-amd64.tar.gz --output nmap-formatter.tar.gz -L
136+ curl https://github.com/vdjagilev/nmap-formatter/releases/download/v0.3.2 /nmap-formatter-linux-amd64.tar.gz --output nmap-formatter.tar.gz -L
137137tar -xzvf nmap-formatter.tar.gz
138138./nmap-formatter --help
139139```
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var config = formatter.Config{
3838}
3939
4040// VERSION is describing current version of the nmap-formatter
41- const VERSION string = "0.3.0 "
41+ const VERSION string = "0.3.2 "
4242
4343var workflow formatter.Workflow
4444
You can’t perform that action at this time.
0 commit comments