From feed054fa57a41b0778ae138dbd306d93f39c709 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 9 Apr 2020 15:55:18 -0500 Subject: Forgot to update the version string. --- cmd/gotop/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3