Skip to content

Commit

Permalink
bump to 0.4.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajnarwade authored Sep 6, 2023
1 parent e2f0a08 commit aaa8465
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.1")
fmt.Println("v0.4.2")
return nil
}

Expand Down

0 comments on commit aaa8465

Please sign in to comment.