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 e271506 commit a367254Copy full SHA for a367254
cmd/pkgtop.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
var (
20
- version = "2.5.0" /* Version variable */
+ version = "2.5.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