Skip to content

Commit 0035f70

Browse files
committed
bump to 0.0.3
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent 6e3e040 commit 0035f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tmux-top/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func print_io(*cli.Context) {
100100

101101
func main() {
102102
app := cli.NewApp()
103-
app.Version = "0.0.2"
103+
app.Version = "0.0.3"
104104
app.Name = "tmux-top"
105105
app.Usage = "monitoring information for your tmux status line"
106106
app.Commands = []cli.Command{

0 commit comments

Comments
 (0)