diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a1554..d854f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ This is a bug fix release. - Removes verbose debugging unintentionally left in the code (#85) - kitchensink referenced by, but not included in binary is now included (#72) - Safety check prevents uninitialized colorscheme registry use +- Updates instructions on where to put colorschemes and layouts (#75) - Trying to use a non-installed plugin should fail, not silently continue (#77) ### Changed diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go index 4888f07..9971b23 100644 --- a/cmd/gotop/main.go +++ b/cmd/gotop/main.go @@ -38,7 +38,7 @@ const ( var ( // TODO: Set this at compile time; having to check this in sucks. - Version = "3.5.0" + Version = "3.6.0" conf gotop.Config help *w.HelpMenu bar *w.StatusBar