diff options
author | Sean E. Russell <ser@ser1.net> | 2020-04-09 15:55:18 -0500 |
---|---|---|
committer | Sean E. Russell <ser@ser1.net> | 2020-04-09 15:55:18 -0500 |
commit | feed054fa57a41b0778ae138dbd306d93f39c709 (patch) | |
tree | 7e4353048cd1aa51ada7a72e8ab5607cd960597b | |
parent | f6e44c63ed7fc6d64a7098e4689186707545d439 (diff) |
Forgot to update the version string.v3.5.1
-rw-r--r-- | cmd/gotop/main.go | 2 |
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 |