Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
surajnarwade authored Aug 19, 2023
1 parent 665f903 commit ef94e47
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.3.0")
fmt.Println("v0.4.1")
return nil
}

Expand Down

0 comments on commit ef94e47

Please sign in to comment.