Skip to content

Commit

Permalink
Merge pull request #50 from sailpoint-oss/release/1.0
Browse files Browse the repository at this point in the history
Update Version to 1.0.0
  • Loading branch information
luke-hagar-sp authored Mar 21, 2023
2 parents 05ce90e + 1828e31 commit 526faf7
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 @@ -15,7 +15,7 @@ import (
"github.com/spf13/cobra"
)

var version = "0.6.0"
var version = "1.0.0"

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

0 comments on commit 526faf7

Please sign in to comment.