Skip to content

Commit

Permalink
bump to 0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Oct 29, 2017
1 parent 6e3e040 commit 0035f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tmux-top/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func print_io(*cli.Context) {

func main() {
app := cli.NewApp()
app.Version = "0.0.2"
app.Version = "0.0.3"
app.Name = "tmux-top"
app.Usage = "monitoring information for your tmux status line"
app.Commands = []cli.Command{
Expand Down

0 comments on commit 0035f70

Please sign in to comment.