Skip to content

Commit

Permalink
Update to 0.3.1 to test goreleaser homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-mckibben-sp committed Jan 6, 2023
1 parent 76b47ce commit 80495a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ dockers:
use: buildx
dockerfile: Dockerfile
build_flag_templates:
- "--platform=linux/amd64"
- "--platform=linux/amd64"

brews:
-
name: sailpoint-cli
homepage: "https://github.com/sailpoint-oss/sailpoint-cli"
tap:
owner: sailpoint-oss
name: homebrew-sailpoint-oss
commit_author:
name: colin-mckibben-sp
email: colin.mckibben@sailpoint.com
2 changes: 1 addition & 1 deletion cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/spf13/cobra"
)

var version = "0.3.0"
var version = "0.3.1"

func NewRootCmd(client client.Client) *cobra.Command {
root := &cobra.Command{
Expand Down

0 comments on commit 80495a3

Please sign in to comment.