summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-09 15:55:18 -0500
committerSean E. Russell <ser@ser1.net>2020-04-09 15:55:18 -0500
commitfeed054fa57a41b0778ae138dbd306d93f39c709 (patch)
tree7e4353048cd1aa51ada7a72e8ab5607cd960597b
parentf6e44c63ed7fc6d64a7098e4689186707545d439 (diff)
Forgot to update the version string.v3.5.1
-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 b1dcc4d..90f6726 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.0"
+ Version = "3.5.1"
conf gotop.Config
help *w.HelpMenu
bar *w.StatusBar