summaryrefslogtreecommitdiffstats
path: root/cmd/gotop/main.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-16 08:54:25 -0500
committerSean E. Russell <ser@ser1.net>2020-04-16 08:54:25 -0500
commit71ec32f452bee793a694eba9c78efd5d5f8d2e6b (patch)
treeb55dd3eda21676f3a002f638a1f9d4a094ecf316 /cmd/gotop/main.go
parent6eb4d16dfad104732e48f7e9a1e3286e4284a450 (diff)
parentfeed054fa57a41b0778ae138dbd306d93f39c709 (diff)
Merge tag 'v3.5.1' into v3.6
Diffstat (limited to 'cmd/gotop/main.go')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 4888f07..9971b23 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -38,7 +38,7 @@ const (
var (
// TODO: Set this at compile time; having to check this in sucks.
- Version = "3.5.0"
+ Version = "3.6.0"
conf gotop.Config
help *w.HelpMenu
bar *w.StatusBar