1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-04-25 13:49:00 +08:00

Bump version

This commit is contained in:
Caleb Bassi 2018-09-18 18:48:19 -07:00
parent 6526c60e2b
commit 32e257dc1c

View File

@ -18,7 +18,7 @@ import (
"github.com/docopt/docopt-go"
)
var version = "1.4.2"
var version = "1.5.0"
var (
termResized = make(chan bool, 1)