Skip to content

Commit

Permalink
Update version variable (1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 5, 2019
1 parent e1e4d19 commit 8c1618e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkgtop.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
version = "1.7" /* Version variable */
version = "1.8" /* 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 8c1618e

Please sign in to comment.