Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Feb 23, 2022
1 parent e4d17bf commit 60a723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/pkg/catalog/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Config struct {
const nucleiConfigFilename = ".templates-config.json"

// Version is the current version of nuclei
const Version = `2.6.2-dev`
const Version = `2.6.2`

func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()
Expand Down

0 comments on commit 60a723f

Please sign in to comment.