summaryrefslogtreecommitdiffstats
path: root/cmd/gotop/main.go
diff options
context:
space:
mode:
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 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