diff --git a/.goreleaser.yml b/.goreleaser.yml index 881f54d..8a8952f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -39,9 +39,6 @@ brews: owner: fuzzitdev name: fuzzit - # Folder inside the repository to put the formula. - # Default is the root folder. - folder: Formula url_template: "https://github.com/fuzzitdev/fuzzit/releases/download/{{ .Tag }}/{{ .ArtifactName }}" # Your app's homepage. diff --git a/cmd/root.go b/cmd/root.go index f0e95dd..dc85720 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -26,7 +26,7 @@ var cfgFile string var rootCmd = &cobra.Command{ Use: "fuzzit", Short: "Continuous fuzzing made simple CLI", - Version: "2.4.7", + Version: "2.4.8", } func Execute() {