Skip to content

Commit

Permalink
Merge pull request #9 from surajincloud/0.1.2version
Browse files Browse the repository at this point in the history
update version to 0.1.2
  • Loading branch information
surajnarwade authored Feb 20, 2023
2 parents be5dab3 + 89d032d commit ee10966
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 @@ -20,7 +20,7 @@ to quickly create a Cobra application.`,
}

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

Expand Down

0 comments on commit ee10966

Please sign in to comment.