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 bfb1223 commit 0901503Copy full SHA for 0901503
src/pkgtop.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
var (
20
- version = "2.1" /* Version variable */
+ version = "2.2" /* 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