summaryrefslogtreecommitdiffstats
path: root/cmd/gotop/main.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-30 19:59:50 -0500
committerSean E. Russell <ser@ser1.net>2020-05-30 19:59:50 -0500
commit5840773ec6637c94f7eba17d7c11d6d2e7eebd8c (patch)
treedb8e91500863744ec632a253902bf4d7686f0754 /cmd/gotop/main.go
parent14a49e86a2f2defed639533926053b5234a00bfd (diff)
Actually commit the version change.v3.5.3v3.5
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