Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
trying to update go-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeny Pats committed Aug 7, 2019
1 parent 223995c commit f4ae80e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit f4ae80e

Please sign in to comment.