Skip to content

Commit

Permalink
Update version variable (2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 22, 2020
1 parent 9ecf2ca commit 26538c7
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 = "2.2" /* Version variable */
version = "2.3" /* 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 26538c7

Please sign in to comment.