Skip to content

Commit

Permalink
Prepare 0.6.0 release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese authored Sep 4, 2020
1 parent 87d670c commit ff47dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func NewDefaultCommand() *cobra.Command {
cmd := cobra.Command{
Use: path.Base(os.Args[0]),
Short: "Create documentation from Prometheus rules",
Version: "0.5.0",
Version: "0.6.0",
}

cmd.AddCommand(NewGenerateCommand())
Expand Down

0 comments on commit ff47dd1

Please sign in to comment.