summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-06 07:29:23 -0600
committerSean E. Russell <ser@ser1.net>2020-03-06 07:29:23 -0600
commitf428d851d0a029e0cf2138bc7a5cdac4e6b45209 (patch)
tree3a9ea09669c9d7cb3aeddff581f66856764ed765 /cmd
parent19d9b687f3c1144f46c610d82b807917be39c465 (diff)
Version bump for release
Diffstat (limited to 'cmd')
-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 24e6724..68327f1 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.4.5"
+ Version = "3.5.0"
conf gotop.Config
help *w.HelpMenu
bar *w.StatusBar