Skip to content

Commit

Permalink
Prepare v0.3 release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi authored May 13, 2021
1 parent 397e922 commit 47e5784
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 @@ -14,7 +14,7 @@ go install github.com/ffuf/pencode/cmd/pencode
### Usage

```
pencode - complex payload encoder v0.2
pencode - complex payload encoder v0.3
Usage: ./pencode FUNC1 FUNC2 FUNC3...
Expand Down
2 changes: 1 addition & 1 deletion pkg/pencode/constants.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package pencode

const VERSION = "0.2"
const VERSION = "0.3"

0 comments on commit 47e5784

Please sign in to comment.