Skip to content

Commit

Permalink
Add goreleaser env config and update version to 0.1.2 (#5)
Browse files Browse the repository at this point in the history
* Add goreleaser env config

* Update version to 0.1.2

---------

Co-authored-by: Zhe Zhao <[email protected]>
  • Loading branch information
evallozhe and ZhaoZheCobo authored Feb 9, 2023
1 parent 2de3284 commit 3eff920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
builds:
- binary: cobo-mpc-recovery-tool
- env:
- CGO_ENABLED=0
binary: cobo-mpc-recovery-tool
goos:
- linux
- darwin
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "fmt"
const (
Major = 0
Minor = 1
Patch = 1
Patch = 2
)

func TextVersion() string {
Expand Down

0 comments on commit 3eff920

Please sign in to comment.