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
133
133
Choose version from Release page and download it:
134
134
135
135
```
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
137
137
tar -xzvf nmap-formatter.tar.gz
138
138
./nmap-formatter --help
139
139
```
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var config = formatter.Config{
38
38
}
39
39
40
40
// VERSION is describing current version of the nmap-formatter
41
- const VERSION string = "0.3.0 "
41
+ const VERSION string = "0.3.2 "
42
42
43
43
var workflow formatter.Workflow
44
44
You can’t perform that action at this time.
0 commit comments