From d16e41f10a7449dc3d6324490f7e11f388590f71 Mon Sep 17 00:00:00 2001 From: orhun Date: Mon, 16 Sep 2019 16:01:36 +0300 Subject: [PATCH] Update version variable --- src/pkgtop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgtop.go b/src/pkgtop.go index 924910e..7c4897d 100644 --- a/src/pkgtop.go +++ b/src/pkgtop.go @@ -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. */