Skip to content

Commit

Permalink
feat: update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kauefraga committed Aug 18, 2024
1 parent d219a88 commit 7d3bc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func getRootCmd() *cobra.Command {
return &cobra.Command{
Use: "pavus",
Short: "The next-gen markdown tool",
Version: "1.0.0",
Version: "1.0.2",
Example: "pavus\npavus path/to/markdown.md",
Args: cobra.MaximumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 7d3bc91

Please sign in to comment.