We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0d87d commit 960d88dCopy full SHA for 960d88d
cmd/pkgtop.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
var (
20
- version = "2.4" /* Version variable */
+ version = "2.4.1" /* Version variable */
21
termGrid, dfGrid, pkgGrid *ui.Grid /* Grid widgets for the layout */
22
pkgText, sysInfoText *widgets.Paragraph /* Paragraph widgets for showing text */
23
cmdList *widgets.List /* List widget for the executed commands. */
0 commit comments