Skip to content

Commit

Permalink
change .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed Jul 18, 2023
1 parent b48ddd8 commit ad19f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down
2 changes: 1 addition & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewProxy(opts *Options) (*Proxy, error) {

proxy := &Proxy{
Opts: opts,
Version: "1.6.4",
Version: "1.6.5",
Addons: make([]Addon, 0),
}

Expand Down

0 comments on commit ad19f39

Please sign in to comment.