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 81a6d07..293e6b2 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -39,7 +39,7 @@ const (
var (
// TODO: Set this at compile time; having to check this in sucks.
- Version = "3.5.2"
+ Version = "3.5.3"
conf gotop.Config
help *w.HelpMenu
bar *w.StatusBar