Skip to content

Commit 7c3b013

Browse files
committed
Bumb version
1 parent 8934c6c commit 7c3b013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ docker run -v /path/to/xml/file.xml:/opt/file.xml ghcr.io/vdjagilev/nmap-formatt
133133
Choose 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
137137
tar -xzvf nmap-formatter.tar.gz
138138
./nmap-formatter --help
139139
```

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4343
var workflow formatter.Workflow
4444

0 commit comments

Comments
 (0)