Skip to content

Commit f2f2507

Browse files
committed
version update
1 parent 1c76398 commit f2f2507

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ STATISTICS:
311311

312312
CLOUD:
313313
-auth configure projectdiscovery cloud (pdcp) api key (default true)
314+
-tid, -team-id string upload scan results to given team id (optional) (default "none")
314315
-cup, -cloud-upload upload scan results to pdcp dashboard
315316
-sid, -scan-id string upload scan results to existing scan id (optional)
316317
-sname, -scan-name string scan name to set (optional)

pkg/catalog/config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
CLIConfigFileName = "config.yaml"
3232
ReportingConfigFilename = "reporting-config.yaml"
3333
// Version is the current version of nuclei
34-
Version = `v3.3.0`
34+
Version = `v3.3.1`
3535
// Directory Names of custom templates
3636
CustomS3TemplatesDirName = "s3"
3737
CustomGitHubTemplatesDirName = "github"

0 commit comments

Comments
 (0)