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

Commit f4ae80e

Browse files
author
Yevgeny Pats
committed
trying to update go-releaser
1 parent 223995c commit f4ae80e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ brews:
3939
owner: fuzzitdev
4040
name: fuzzit
4141

42-
# Folder inside the repository to put the formula.
43-
# Default is the root folder.
44-
folder: Formula
4542
url_template: "https://github.com/fuzzitdev/fuzzit/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
4643

4744
# Your app's homepage.

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var cfgFile string
2626
var rootCmd = &cobra.Command{
2727
Use: "fuzzit",
2828
Short: "Continuous fuzzing made simple CLI",
29-
Version: "2.4.7",
29+
Version: "2.4.8",
3030
}
3131

3232
func Execute() {

0 commit comments

Comments
 (0)