summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-17 11:47:42 -0600
committerSean E. Russell <ser@ser1.net>2020-02-17 11:47:42 -0600
commit8e743fc85f8193143e236d542768763c2d77e1ef (patch)
tree3176e75546420592092b43ec870478051e9c12f4
parent2a533986815836ac65c2b03d1f9c4c508e5b98a9 (diff)
Version bump <sigh>
-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 1e9f4f4..205a457 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -25,7 +25,7 @@ import (
const (
appName = "gotop"
- version = "3.1.1"
+ version = "3.3.0"
graphHorizontalScaleDelta = 3
defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"