Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/plexsystems/promdoc into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese committed Sep 6, 2020
2 parents 40fa5b3 + ff47dd1 commit 8f81459
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 8f81459

Please sign in to comment.