Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
31z4 committed Sep 16, 2017
1 parent b444c30 commit 6dd615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func main() {
kingpin.Version("0.1.0")
kingpin.Version("0.1.1")
kingpin.CommandLine.Help = "harvest helps you understand what's inside your Redis."

samples := kingpin.Flag("samples", "Maximum number of samples.").Short('s').Default("1000").Int()
Expand Down

0 comments on commit 6dd615d

Please sign in to comment.