Skip to content

Commit

Permalink
Release v0.3.6 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakahl authored Jan 11, 2024
1 parent 5dc3d22 commit 64c26db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = v0.3.5
VERSION = v0.3.6

release:
git tag -a ${VERSION} -m ${VERSION}
Expand Down

0 comments on commit 64c26db

Please sign in to comment.