Skip to content

Commit

Permalink
v0.3.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajnarwade authored Jun 12, 2023
1 parent 7b82aa8 commit f7dfccd
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.2.2")
fmt.Println("v0.3.0")
return nil
}

Expand Down

0 comments on commit f7dfccd

Please sign in to comment.