Skip to content

Commit

Permalink
Fix update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lzoran committed Nov 8, 2022
1 parent 8f1d118 commit df31d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ builds:
- windows
- darwin
archives:
- replacements:
386: i386
amd64: x86_64
format_overrides:
- format_overrides:
- goos: windows
format: zip
name_template: "localizely_cli_{{ .Os }}_{{ .Arch }}"
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
"gopkg.in/yaml.v3"
)

const Version = "1.0.0"
const Version = "1.0.1"

const LocalizelyDir = ".localizely"

Expand Down

0 comments on commit df31d06

Please sign in to comment.