Skip to content

Commit

Permalink
Add make build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinhlybin committed Oct 15, 2024
1 parent 800da83 commit ccb9ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ before:
- go mod tidy

builds:
- env:
- CGO_ENABLED=0
- hooks:
pre: make build
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 @@ -4,7 +4,7 @@ import (
"fmt"
)

const Version = "1.0.2"
const Version = "1.0.3"

// Set at build time
var (
Expand Down

0 comments on commit ccb9ae6

Please sign in to comment.