Skip to content

Commit

Permalink
update version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surajnarwade committed Feb 20, 2023
1 parent be5dab3 commit 89d032d
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 89d032d

Please sign in to comment.