Skip to content

Commit f56a2e8

Browse files
authored
Merge pull request #168 from edoardottt/devel
v0.0.4
2 parents 3309cd6 + 6d80a53 commit f56a2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/output/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "github.com/projectdiscovery/gologger"
1111
var printed = false
1212

1313
const (
14-
Version = "v0.0.3"
14+
Version = "v0.0.4"
1515
banner = ` __ __
1616
____ ____ / /_ ____ ______/ /__
1717
/ __ \/ __ \/ __ \/ __ ` + "`" + `/ ___/ //_/

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pphack
22
summary: The Most Advanced Client-Side Prototype Pollution Scanner
33
description: |
44
The Most Advanced Client-Side Prototype Pollution Scanner
5-
version: 0.0.3
5+
version: 0.0.4
66
grade: stable
77
base: core20
88

0 commit comments

Comments
 (0)