Skip to content

Commit 3c68317

Browse files
authored
Prepare for release v0.4 (#37)
1 parent 842263a commit 3c68317

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
@@ -14,7 +14,7 @@ go install github.com/ffuf/pencode/cmd/pencode@latest
1414
### Usage
1515

1616
```
17-
pencode - complex payload encoder v0.3
17+
pencode - complex payload encoder v0.4
1818
1919
Usage: ./pencode FUNC1 FUNC2 FUNC3...
2020

pkg/pencode/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package pencode
22

3-
const VERSION = "0.3"
3+
const VERSION = "0.4"

0 commit comments

Comments
 (0)