Skip to content

Commit 07c5430

Browse files
committed
fix: revert homebrews to brews in goreleaser and bump to 0.4.2
1 parent 7d54748 commit 07c5430

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ archives:
2525
{{- if .Arm }}v{{ .Arm }}{{ end }}
2626
format_overrides:
2727
- goos: windows
28-
formats: zip
28+
formats: [zip]
2929
3030
checksum:
3131
name_template: 'checksums.txt'
3232

33-
homebrews:
33+
brews:
3434
- name: perfdeck
3535
repository:
3636
owner: sumant1122

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
tea "github.com/charmbracelet/bubbletea"
1111
)
1212

13-
const version = "0.4.1"
13+
const version = "0.4.2"
1414

1515
func main() {
1616
if printVersion() {

0 commit comments

Comments
 (0)