Skip to content

Commit

Permalink
Update version variable (1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 3, 2019
1 parent c43a9a5 commit 6dd5faa
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.6" /* Version variable */
version = "1.7" /* 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 6dd5faa

Please sign in to comment.