Skip to content

Commit 26538c7

Browse files
committed
Update version variable (2.3)
1 parent 9ecf2ca commit 26538c7

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 = "2.2" /* Version variable */
20+
version = "2.3" /* 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)