Skip to content

Commit

Permalink
Merge pull request #34 from sailpoint-oss/version-bump
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
colin-mckibben-sp authored Feb 7, 2023
2 parents 8b4b377 + b091a9f commit 7f52414
Showing 1 changed file with 1 addition and 1 deletion.
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.4.0"
var version = "0.4.1"

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

0 comments on commit 7f52414

Please sign in to comment.