From 0035f7057eed9b20942f84d350e6f21ebbc5ccdf Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Sun, 29 Oct 2017 18:09:42 +0100 Subject: [PATCH] bump to 0.0.3 Signed-off-by: Tomas Tomecek --- cmd/tmux-top/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tmux-top/cli.go b/cmd/tmux-top/cli.go index a77d3da..f3c5414 100644 --- a/cmd/tmux-top/cli.go +++ b/cmd/tmux-top/cli.go @@ -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{