Merge tag 'v3.5.1' into v3.6

This commit is contained in:
Sean E. Russell 2020-04-16 08:54:25 -05:00
commit 71ec32f452
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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