Skip to content

Commit 8c1618e

Browse files
committed
Update version variable (1.8)
1 parent e1e4d19 commit 8c1618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkgtop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
var (
20-
version = "1.7" /* Version variable */
20+
version = "1.8" /* Version variable */
2121
termGrid, dfGrid, pkgGrid *ui.Grid /* Grid widgets for the layout */
2222
pkgText, sysInfoText *widgets.Paragraph /* Paragraph widgets for showing text */
2323
cmdList *widgets.List /* List widget for the executed commands. */

0 commit comments

Comments
 (0)