summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-28 15:07:02 -0600
committerSean E. Russell <ser@ser1.net>2020-02-28 15:07:02 -0600
commit18be89370d558b627f3677c42a173f63c76ece01 (patch)
treee8f9a74e460c50c7a9f6db1fbe268258d2d2fe07 /cmd
parent98667ca9f7ca4e23b61857f54e13a9e4a412dd8d (diff)
Getting the tags right so modules work for pluginsv3.4.2
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 46dbbbf..4543b12 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -28,7 +28,7 @@ import (
const (
appName = "gotop"
- version = "3.4.0"
+ version = "3.4.2"
graphHorizontalScaleDelta = 3
defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"