Skip to content

Commit c910283

Browse files
committed
chore: update version
1 parent d58b2bb commit c910283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func run() error {
1717
var awsRegion, awsRoleArn, idpID, awsProfile, spID, username string
1818
var rootCmd = &cobra.Command{
1919
Use: "aws-sso-google",
20-
Version: "0.4.0",
20+
Version: "0.4.1",
2121
Short: "Acquire AWS STS credentials via Google Workspace SAML in a browser",
2222
RunE: func(cmd *cobra.Command, args []string) error {
2323
c := credential.New(awsProfile)

0 commit comments

Comments
 (0)