Skip to content

Commit

Permalink
Merge pull request #40 from surajincloud/0-2-1-tag
Browse files Browse the repository at this point in the history
update version to v0.2.1
  • Loading branch information
surajnarwade authored Jun 5, 2023
2 parents 56a89ca + ac36b99 commit ab40255
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.1.2")
fmt.Println("v0.2.1")
return nil
}

Expand Down

0 comments on commit ab40255

Please sign in to comment.