Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 13, 2023
1 parent e271506 commit a367254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pkgtop.go
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
version = "2.5.0" /* Version variable */
version = "2.5.1" /* 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 a367254

Please sign in to comment.