Skip to content

Commit

Permalink
Merge pull request #112 from sailpoint-oss/fix/version-number
Browse files Browse the repository at this point in the history
Fixed version number in root.go for failed action run
  • Loading branch information
Luke Hagar authored Oct 11, 2023
2 parents 78a8994 + 558f26f commit a6c7066
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 @@ -20,7 +20,7 @@ import (
"github.com/spf13/viper"
)

var version = "2.0.2"
var version = "2.0.1"

//go:embed root.md
var rootHelp string
Expand Down

0 comments on commit a6c7066

Please sign in to comment.