Skip to content

Commit

Permalink
Update version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 16, 2019
1 parent 345aaeb commit d16e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkgtop.go
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
version = "1.8" /* Version variable */
version = "2.0" /* Version variable */
termGrid, dfGrid, pkgGrid *ui.Grid /* Grid widgets for the layout */
pkgText, sysInfoText *widgets.Paragraph /* Paragraph widgets for showing text */
cmdList *widgets.List /* List widget for the executed commands. */
Expand Down

0 comments on commit d16e41f

Please sign in to comment.