Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
surajnarwade authored Dec 1, 2023
1 parent 678d8aa commit 9d162ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{
}

func version(cmd *cobra.Command, args []string) error {
fmt.Println("v0.4.3")
fmt.Println("v0.4.4")
return nil
}

Expand Down

0 comments on commit 9d162ac

Please sign in to comment.